Socket
Socket
Sign inDemoInstall

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.1 to 0.2.2

is-browser-window/is-browser-window-test.js

1

can-globals.js

@@ -9,3 +9,4 @@ 'use strict';

require('./mutation-observer/mutation-observer');
require('./is-browser-window/is-browser-window');
module.exports = globals;

2

package.json
{
"name": "can-globals",
"version": "0.2.1",
"version": "0.2.2",
"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.",

@@ -5,0 +5,0 @@ "main": "can-globals.js",

@@ -5,1 +5,2 @@ 'use strict';

require('./location/location-test');
require('./is-browser-window/is-browser-window-test');
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