can-view-import
Advanced tools
Comparing version 4.0.0-pre.10 to 4.0.0
var SimpleMap = require('can-simple-map'); | ||
var stache = require('can-stache'); | ||
var getIntermediateAndImports = require('can-stache/src/intermediate_and_imports'); | ||
var Observation = require("can-observation"); | ||
var QUnit = require('steal-qunit'); | ||
@@ -10,3 +9,2 @@ var importer = require('can-util/js/import/import'); | ||
var SimpleObservable = require("can-simple-observable"); | ||
var queues = require("can-queues"); | ||
@@ -97,3 +95,3 @@ require('./can-view-import'); | ||
if (!System.isEnv('production')) { | ||
asyncTest("nodeLists are properly handed down", function(){ | ||
/*asyncTest("nodeLists are properly handed down", function(){ | ||
expect(1); | ||
@@ -130,3 +128,3 @@ | ||
}); | ||
}); | ||
});*/ | ||
} | ||
@@ -272,3 +270,3 @@ | ||
console.error = error; | ||
QUnit.ok(/ERROR/.test(type), "Logged an error that originated from the dynamically imported module"); | ||
QUnit.ok(/ERROR/i.test(type), "Logged an error that originated from the dynamically imported module"); | ||
QUnit.start(); | ||
@@ -275,0 +273,0 @@ }; |
{ | ||
"name": "can-view-import", | ||
"version": "4.0.0-pre.10", | ||
"version": "4.0.0", | ||
"description": "Import dependencies in CanJS views", | ||
@@ -31,19 +31,19 @@ "homepage": "https://canjs.com/doc/can-view-import.html", | ||
"can-assign": "^1.0.0", | ||
"can-dom-data-state": "^0.2.0", | ||
"can-dom-data-state": "<2.0.0", | ||
"can-dom-mutate": "<2.0.0", | ||
"can-globals": "<2.0.0", | ||
"can-log": "^0.1.0", | ||
"can-symbol": "^1.5.0", | ||
"can-log": "^1.0.0", | ||
"can-util": "^3.9.5", | ||
"can-view-callbacks": "^4.0.0-pre.9", | ||
"can-view-nodelist": "^4.0.0-pre.5" | ||
"can-view-callbacks": "^4.0.0", | ||
"can-view-nodelist": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"bit-docs": "0.0.7", | ||
"can-component": "^4.0.0-pre.25", | ||
"can-observation": "4.0.0-pre.25", | ||
"can-queues": "^0.5.0", | ||
"can-simple-map": "^4.0.0-pre.13", | ||
"can-simple-observable": "^2.0.0-pre.23", | ||
"can-stache": "^4.0.0-pre.48", | ||
"can-component": "^4.0.0", | ||
"can-observation": "4.0.0", | ||
"can-queues": "<2.0.0", | ||
"can-simple-map": "^4.0.0", | ||
"can-simple-observable": "^2.0.0", | ||
"can-stache": "^4.0.0", | ||
"can-test-helpers": "^1.0.1", | ||
@@ -50,0 +50,0 @@ "detect-cyclic-packages": "^1.1.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
29621
311
+ Addedcan-dom-data@1.0.3(transitive)
+ Addedcan-dom-data-state@1.1.2(transitive)
- Removedcan-log@0.1.2(transitive)
Updatedcan-dom-data-state@<2.0.0
Updatedcan-log@^1.0.0
Updatedcan-view-callbacks@^4.0.0
Updatedcan-view-nodelist@^4.0.0