Socket
Socket
Sign inDemoInstall

fluture

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluture - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

11

package.json
{
"name": "fluture",
"version": "1.0.2",
"version": "1.0.3",
"description": "A mathematically correct alternative to Promises for asynchronous control flow",

@@ -9,10 +9,9 @@ "main": "fluture.js",

"check-security": "nsp check",
"check-version": "node scripts/check-version 4.0.0",
"clean": "rimraf npm-debug.log coverage",
"lint": "eslint fluture.js test",
"post-merge": "npm run check-version && npm install && npm dedupe && npm run check-security && npm outdated --long",
"post-merge": "npm install && npm dedupe && npm run check-security && npm outdated --long",
"pre-push": "npm test",
"setup": "npm run post-merge && cp scripts/hooks/* .git/hooks && git config push.followTags true",
"toc": "node scripts/toc.js",
"test": "npm run check-version && npm run clean && npm run lint && npm run test:unit && npm run test:coverage",
"test": "npm run clean && npm run lint && npm run test:unit && npm run test:coverage",
"test:opt": "node --allow-natives-syntax --trace-opt --trace-deopt --trace-inlining scripts/test-opt",

@@ -29,3 +28,3 @@ "test:unit": "node --harmony-destructuring ./node_modules/.bin/_mocha --ui bdd --reporter spec --check-leaks --full-trace",

"engines": {
"node": "^4.0.0"
"node": ">=4.0.0"
},

@@ -70,3 +69,3 @@ "files": [

"ramda": "^0.21.0",
"ramda-fantasy": "^0.4.1",
"ramda-fantasy": "^0.5.0",
"rimraf": "^2.4.3",

@@ -73,0 +72,0 @@ "sanctuary": "^0.10.0"

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