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

can-cid

Package Overview
Dependencies
Maintainers
6
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.1.2 to 1.3.0

1

build.js

@@ -0,1 +1,2 @@

"use strict";
var stealTools = require("steal-tools");

@@ -2,0 +3,0 @@

5

can-cid-test.js

@@ -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"
}
}
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