Comparing version 1.0.1 to 1.0.2
var stealTools = require("steal-tools"); | ||
stealTools.export({ | ||
system: { | ||
steal: { | ||
config: __dirname + "/package.json!npm" | ||
@@ -6,0 +6,0 @@ }, |
@@ -51,5 +51,5 @@ var QUnit = require('steal-qunit'); | ||
.catch(function(err) { | ||
ok(err && err.indexOf('can-cid') >= 0, 'should throw an error about can-cid'); | ||
ok(err && err.message.indexOf('can-cid') >= 0, 'should throw an error about can-cid'); | ||
start(); | ||
}); | ||
}); |
{ | ||
"name": "can-cid", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Utility for getting a unique identifier for an object", | ||
@@ -36,5 +36,2 @@ "homepage": "http://canjs.com", | ||
], | ||
"system": { | ||
"npmAlgorithm": "flat" | ||
}, | ||
"dependencies": { | ||
@@ -45,11 +42,11 @@ "can-namespace": "1.0.0" | ||
"documentjs": "^0.4.2", | ||
"done-serve": "^0.2.0", | ||
"donejs-cli": "^0.9.4", | ||
"generator-donejs": "^0.9.0", | ||
"jshint": "^2.9.1", | ||
"steal": "^0.16.0", | ||
"steal-qunit": "^0.1.1", | ||
"steal-tools": "^0.16.0", | ||
"testee": "^0.3.0", | ||
"generator-donejs": "^0.9.0", | ||
"donejs-cli": "^0.9.4", | ||
"done-serve": "^0.2.0" | ||
"steal": "^1.2.8", | ||
"steal-qunit": "^1.0.1", | ||
"steal-tools": "^1.1.2", | ||
"testee": "^0.3.1" | ||
} | ||
} |
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
6983
1