Socket
Socket
Sign inDemoInstall

can-globals

Package Overview
Dependencies
3
Maintainers
6
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.4.0

is-web-worker/is-web-worker-test.js

31

package.json
{
"name": "can-globals",
"version": "0.3.0",
"version": "0.4.0",
"description": "This module provides a dependency injection container. Modules may define a key and specify a default value (which can be static, cached lazy, or dynamic lazy), but other code can set and reset the value as needed. There is also an event system, for alerting on value changes, both specific to a key and for any key.",
"main": "can-globals.js",
"scripts": {
"preversion": "npm test && npm run build",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"preversion": "npm test",
"postpublish": "git push --tags && git push",
"testee": "testee test.html --browsers firefox",

@@ -18,3 +17,2 @@ "test": "npm run detect-cycle && npm run jshint && npm run testee",

"document": "bit-docs",
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"

@@ -49,3 +47,2 @@ },

"devDependencies": {
"bit-docs": "0.0.7",
"detect-cyclic-packages": "^1.1.0",

@@ -58,25 +55,3 @@ "jshint": "^2.9.5",

"testee": "^0.7.0"
},
"bit-docs": {
"dependencies": {
"bit-docs-glob-finder": "^0.0.5",
"bit-docs-dev": "^0.0.3",
"bit-docs-js": "^0.0.3",
"bit-docs-generate-readme": "^0.0.8"
},
"glob": {
"pattern": "**/*.{js,md}",
"ignore": [
"node_modules/**/*",
"**/*{-,_,}{test,qunit}{s,}.js",
"build.js",
"demo.js",
"test-wrapper.js"
]
},
"readme": {
"apis": "./doc/apis.json"
},
"parent": "can-globals"
}
}

@@ -6,2 +6,3 @@ 'use strict';

require('./is-browser-window/is-browser-window-test');
require('./is-web-worker/is-web-worker-test');
require('./is-node/is-node-test');
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc