can-globals
Advanced tools
Comparing version 0.0.0-pre.3 to 0.0.0
'use strict'; | ||
var global = require('can-globals').get('global'); | ||
var global = require('../global/global'); | ||
var setMutationObserver; | ||
@@ -5,0 +5,0 @@ module.exports = function(setMO){ |
{ | ||
"name": "can-globals", | ||
"version": "0.0.0-pre.3", | ||
"version": "0.0.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.", | ||
@@ -5,0 +5,0 @@ "main": "can-globals.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22750