New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

functools

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functools - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

x

22

package.json
{
"name":"functools",
"version":"1.4.0",
"description":"A minimal library of functional operations",
"author":"Azer Koculu <azer@kodfabrik.com>",
"keywords":["functional","fp"],
"directories":{ "lib": "./lib" },
"main":"./lib/functools",
"repository": { "type":"git", "url" : "http://github.com/azer/functools.git" },
"devDependencies":{
"lowkick":"0.x",
"highkick":"1.x"
"name": "functools",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"scripts":{
"test":"./node_modules/.bin/highkick test/main.js"
}
"author": "",
"license": "ISC"
}
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