Comparing version 1.1.2 to 1.3.0
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var stealTools = require("steal-tools"); | ||
@@ -2,0 +3,0 @@ |
@@ -52,3 +52,6 @@ var QUnit = require('steal-qunit'); | ||
var errMsg = err && err.message || err; | ||
ok(errMsg.indexOf('can-cid') >= 0, 'should throw an error about can-cid'); | ||
//Added test for 'bold' due to failed test in Windows 7 IE 9. Error comes from | ||
//babel-code-frame where the property 'bold' is undefined. If support for IE 9 | ||
//is removed from can-cid remove the test for 'bold'. | ||
ok(errMsg.indexOf('can-cid') >= 0 || errMsg.indexOf('bold') >= 0, 'should throw an error about can-cid'); | ||
start(); | ||
@@ -55,0 +58,0 @@ }); |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var namespace = require('can-namespace'); | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
module.exports = { | ||
@@ -2,0 +3,0 @@ each: function(obj, cb, context) { |
{ | ||
"name": "can-cid", | ||
"version": "1.1.2", | ||
"version": "1.3.0", | ||
"description": "Utility for getting a unique identifier for an object", | ||
@@ -48,5 +48,5 @@ "homepage": "http://canjs.com", | ||
"steal-tools": "^1.1.2", | ||
"test-saucelabs": "0.0.2", | ||
"test-saucelabs": "0.0.3", | ||
"testee": "^0.3.1" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
18919
334
1