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

functional-lite

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functional-lite - npm Package Compare versions

Comparing version 0.0.12 to 0.1.0

index.js

45

package.json
{
"name": "functional-lite",
"version": "0.0.12",
"license": "MIT",
"description": "Functional Javascript",
"main": "functional.js",
"author": "Lauri Rooden <lauri@rooden.ee>",
"repository": {
"type": "git",
"url": "git://github.com/litejs/functional-lite.git"
},
"bugs": {
"url": "https://github.com/litejs/functional-lite/issues"
},
"keywords": [
"litejs"
],
"readmeFilename": "README.md"
"name": "functional-lite",
"version": "0.1.0",
"license": "MIT",
"description": "Functional Javascript",
"main": "index.js",
"author": "Lauri Rooden <lauri@rooden.ee>",
"repository": {
"type": "git",
"url": "git://github.com/litejs/functional-lite.git"
},
"bugs": {
"url": "https://github.com/litejs/functional-lite/issues"
},
"keywords": [
"litejs"
],
"scripts": {
"build": "node node_modules/buildman/index.js --all",
"test": "node tests/run.js"
},
"devDependencies": {
"buildman": "*",
"testman": "*"
},
"buildman": {
"min.js": "index.js"
},
"readmeFilename": "README.md"
}
[1]: https://raw.github.com/litejs/fn-lite/master/min.functional.js
[2]: https://raw.github.com/litejs/fn-lite/master/functional.js
[1]: https://raw.github.com/litejs/fn-lite/master/min.js
[2]: https://raw.github.com/litejs/fn-lite/master/index.js

@@ -15,3 +15,2 @@

Download [compressed][1]
(2781 bytes, 1207 bytes gzipped)
or [uncompressed][2] source.

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

process.chdir( process.argv[1].replace(/[^/]+$/, "") )
require("../functional.js")
require("../")

@@ -7,0 +6,0 @@ function async(fn) {

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