Comparing version 0.3.1 to 0.3.3
@@ -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
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
188980
35
4988
341
2