Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parley

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parley - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

9

package.json
{
"name": "parley",
"version": "3.4.0",
"version": "3.4.1",
"description": "Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.",
"main": "lib/parley.js",
"scripts": {
"custom-tests": "node ./node_modules/mocha/bin/mocha test/*.test.js",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'",
"bench": "NODE_ENV=production node ./node_modules/mocha/bin/mocha test/*.benchmark.js",
"custom-tests": "mocha test/*.test.js",
"lint": "eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'",
"bench": "NODE_ENV=production mocha test/*.benchmark.js",
"bench-win": "mocha test/*.benchmark.js",
"test": "npm run lint && npm run custom-tests && npm run bench"

@@ -11,0 +12,0 @@ },

@@ -9,2 +9,5 @@ /**

if (process.env.NODE_ENV !== 'production') {
throw new Error('Benchmarks should be run with NODE_ENV=production!');
}

@@ -11,0 +14,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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