Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-globals

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-globals - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

can-globals-instance.js

@@ -11,3 +11,1 @@ 'use strict';

}
module.exports = globals;

3

doc/can-globals.md
@module {Object} can-globals
@parent can-infrastructure
@parent can-js-utilities
@collection can-infrastructure
@package ../package.json

@@ -4,0 +5,0 @@ @group can-globals/methods 0 methods

{
"name": "can-globals",
"version": "0.2.3",
"version": "0.2.4",
"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.",

@@ -11,3 +11,3 @@ "main": "can-globals.js",

"testee": "testee test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"jshint": "jshint ./*.js --config",

@@ -19,3 +19,4 @@ "release:pre": "npm version prerelease && npm run build && npm publish --tag=pre",

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

@@ -50,2 +51,3 @@ "repository": {

"bit-docs": "0.0.7",
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.5",

@@ -52,0 +54,0 @@ "qunitjs": "^2.4.0",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc