Gathering detailed insights and metrics for extendr
Gathering detailed insights and metrics for extendr
Gathering detailed insights and metrics for extendr
Gathering detailed insights and metrics for extendr
io.extendreality.malimbe
A collection of tools to simplify writing public API components in Unity.
io.extendreality.tilia.utilities.shaders.unity
A collection of custom shaders for the Unity Software
io.extendreality.zinnia.unity
A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.
io.extendreality.tilia.locomotors.climbing.unity
A mechanism that simulates climbing in a spatial environment for the Unity software.
Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways
npm install extendr
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99
Supply Chain
100
Quality
76.2
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
35,287,261
Last Day
1,675
Last Week
42,860
Last Month
184,644
Last Year
2,392,309
NOASSERTION License
5 Stars
277 Commits
2 Forks
2 Watchers
3 Branches
4 Contributors
Updated on Nov 01, 2023
Minified
Minified + Gzipped
Latest Version
7.10.0
Package Id
extendr@7.10.0
Unpacked Size
53.16 kB
Size
12.07 kB
File Count
10
NPM Version
10.2.3
Node Version
20.10.0
Published on
Jan 02, 2024
Cumulative downloads
Total Downloads
Last Day
2.1%
1,675
Compared to previous day
Last Week
-5.9%
42,860
Compared to previous week
Last Month
-2.3%
184,644
Compared to previous month
Last Year
5.5%
2,392,309
Compared to previous year
Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways
npm install --save extendr
import * as pkg from ('extendr')
const pkg = require('extendr')
1<script type="module"> 2 import * as pkg from '//dev.jspm.io/extendr@7.10.0' 3</script>
This package is published with the following editions:
extendr
aliases extendr/index.cjs
which uses the Editions Autoloader to automatically select the correct edition for the consumer's environmentextendr/source/index.js
is ESNext source code for Node.js 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modulesextendr/edition-browsers/index.js
is ESNext compiled for web browsers with Require for modulesextendr/edition-node-4/index.js
is ESNext compiled for Node.js 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modulesThis project provides its type information via inline JSDoc Comments. To make use of this in TypeScript, set your maxNodeModuleJsDepth
compiler option to 5
or thereabouts. You can accomplish this via your tsconfig.json
file like so:
1{ 2 "compilerOptions": { 3 "maxNodeModuleJsDepth": 5 4 } 5}
Discover the release history by heading on over to the HISTORY.md
file.
Discover how to contribute via the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 0/18 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More