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

can-cid

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-cid - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

build.js
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"
}
}
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