You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

spots

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spots - npm Package Compare versions

Comparing version

to
0.2.0

.jshintrc

2

index.js

@@ -15,3 +15,3 @@ function spots(fn) {

return fn.apply(null, combinedArgs);
}
};
}

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

{
"name": "spots",
"version": "0.1.0",
"description": "Partial function argument binding with placeholders",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "0.2.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/spots/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:bahmutov/spots.git"
"devDependencies": {
"functional-pipeline": "0.2.4",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-deps-ok": "0.3.0",
"grunt-jshint-solid": "0.1.0",
"grunt-mocha-test": "0.11.0",
"grunt-nice-package": "0.9.1",
"lazy-ass": "0.5.3",
"matchdep": "0.3.0",
"pre-git": "0.0.16"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/bahmutov/spots",
"keywords": [

@@ -21,12 +33,12 @@ "functional",

],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/spots/issues"
"main": "index.js",
"pre-commit": "npm test",
"repository": {
"type": "git",
"url": "git@github.com:bahmutov/spots.git"
},
"homepage": "https://github.com/bahmutov/spots",
"devDependencies": {
"functional-pipeline": "0.2.4",
"lazy-ass": "0.5.3"
"scripts": {
"test": "grunt"
}
}