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

can-set

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-set - npm Package Compare versions

Comparing version 0.3.1 to 0.3.3

bower.json

3

build.js

@@ -9,3 +9,4 @@ var stealTools = require("steal-tools");

"+amd": {},
"+global-js": {}
"+global-js": {},
"+cjs": {}
}

@@ -12,0 +13,0 @@ }).catch(function(e){

{
"name": "can-set",
"version": "0.3.1",
"version": "0.3.3",
"description": "Set logic for CanJS",
"main": "src/set.js",
"scripts": {
"jshint": "./node_modules/.bin/jshint src/. --config",
"testee": "./node_modules/.bin/testee test.html",
"preversion": "npm test",
"version": "npm run build && git add -f dist/",
"postversion": "git push && git push --tags",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"jshint": "jshint src/. --config",
"testee": "testee test.html --browsers firefox",
"test": "npm run jshint && npm run testee",
"build": "node build.js",
"prepublish": "node build.js"
"build": "node build.js"
},

@@ -25,2 +30,7 @@ "repository": {

},
"system": {
"npmIgnore": [
"testee"
]
},
"homepage": "https://github.com/canjs/can-set",

@@ -27,0 +37,0 @@ "devDependencies": {

# can-set
[![Build Status](https://travis-ci.org/canjs/can-set.svg?branch=master)](https://travis-ci.org/canjs/can-set)
__can-set__ is a utility for comparing [sets](http://en.wikipedia.org/wiki/Set_theory#Basic_concepts_and_notation) that

@@ -15,3 +17,3 @@ are represented by the parameters commonly passed to service requests.

[Play around in this JSBin!](http://jsbin.com/faveda/edit?js,console,output)
[Play around in this JSBin!](https://justinbmeyer.jsbin.com/faveda/3/edit?html,js,console)

@@ -18,0 +20,0 @@

@@ -52,3 +52,3 @@ var h = require("./helpers");

return false;
};
}
};

@@ -548,3 +548,2 @@

intersectionObject: function(a, b, aParent, bParent, prop, compares, options){
var self = this;
var subsetCompare = function(a, b, aParent, bParent, prop){

@@ -551,0 +550,0 @@ var compare = compares[prop] === undefined ? compares['*'] : compares[prop];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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