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

can-view-import

Package Overview
Dependencies
Maintainers
8
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-view-import - npm Package Compare versions

Comparing version 4.0.0-pre.10 to 4.0.0

8

can-view-import_test.js
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",

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