Gathering detailed insights and metrics for betajs-scoped
Gathering detailed insights and metrics for betajs-scoped
Gathering detailed insights and metrics for betajs-scoped
Gathering detailed insights and metrics for betajs-scoped
BetaJS-Scoped is a small module for scoped loading of modules and dependencies.
npm install betajs-scoped
Typescript
Module System
Node Version
NPM Version
JavaScript (97.98%)
HTML (2.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
71 Commits
3 Watchers
1 Branches
2 Contributors
Updated on Apr 18, 2022
Latest Version
0.0.22
Package Id
betajs-scoped@0.0.22
Size
16.91 kB
NPM Version
6.12.0
Node Version
9.5.0
Published on
Oct 24, 2019
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
19
BetaJS-Scoped is a small module for scoped loading of modules and dependencies.
You can use the library in the browser, in your NodeJS project and compile it as well.
1 <script src="betajs-scoped/dist/scoped.min.js"></script>
1 var Scoped = require('betajs-scoped/dist/scoped.js');
1 git clone https://github.com/betajs/betajs-scoped.git 2 npm install 3 grunt
1(function () { 2 3var Scoped = this.subScope(); 4 5Scoped.binding("module", "global:MyLibrary"); 6Scoped.binding("dependency1", "global:ExternalDependency1"); 7Scoped.binding("dependency2", "global:ExternalDependency2"); 8 9// Library code 10 11}).call(Scoped);
1Scoped.require(['ns1:dependency1', 'ns2:dependency2', 'ns3:dependency3'], function (D1, D2, D3) { 2 // Execute once D1, D2, D3 are resolved. 3}); 4 5Scoped.define('ns:module', ['ns1:dependency1', 'ns2:dependency2', 'ns3:dependency3'], function (D1, D2, D3) { 6 // Execute once D1, D2, D3 are resolved. 7 return { 8 // Return ns:module definition. 9 }; 10}); 11 12Scoped.extend('ns:module', ['ns1:dependency1', 'ns2:dependency2', 'ns3:dependency3'], function (D1, D2, D3) { 13 // Execute once D1, D2, D3 are resolved. 14 return { 15 // Return ns:module extension. 16 }; 17});
Resource | URL |
---|---|
Homepage | https://betajs.com |
Git | git://github.com/betajs/betajs-scoped.git |
Repository | https://github.com/betajs/betajs-scoped |
Blog | https://blog.betajs.com |
https://twitter.com/thebetajs | |
Gitter | https://gitter.im/betajs/betajs-scoped |
Target | Versions |
---|---|
Firefox | 3 - Latest |
Chrome | 18 - Latest |
Safari | 4 - Latest |
Opera | 12 - Latest |
Internet Explorer | 6 - Latest |
Edge | 12 - Latest |
Yandex | Latest |
iOS | 3.0 - Latest |
Android | 4.4 - Latest |
NodeJS | 4.0 - Latest |
Resource | URL |
---|---|
scoped.js | http://cdn.rawgit.com/betajs/betajs-scoped/master/dist/scoped.js |
scoped.min.js | http://cdn.rawgit.com/betajs/betajs-scoped/master/dist/scoped.min.js |
Resource | URL |
---|---|
Test Suite | Run |
Name | URL |
---|---|
betajs-shims | Open |
Apache-2.0
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
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