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

serial-loop

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serial-loop - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

.npmignore

65

package.json
{
"name": "serial-loop",
"version": "2.0.0",
"description": "",
"version": "3.0.0",
"description": "Async serial loop",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm run mocha && npm run standard",
"mocha": "node node_modules/mocha/bin/mocha test/test.js ",
"standard": "node node_modules/standard/bin/cmd.js || standard"
},
"author": "",
"license": "ISC"
}
"standard": {
"globals": [
"angular",
"toastr",
"moment",
"self",
"_",
"describe",
"it",
"__dirname",
"localStorage",
"io",
"expect",
"inject",
"before"
]
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"standard": "^7.1.2"
},
"repository": {
"type": "git",
"url": "git+https://greenpioneer@github.com/greenpioneersolutions/serial-loop.git"
},
"contributors": [
{
"name": "greenpioneersolutions",
"email": "green@greenpioneersolutions.com",
"web": "https://github.com/greenpioneersolutions"
}
],
"maintainers": [
{
"name": "greenpioneersolutions",
"web": "https://github.com/greenpioneersolutions?tab=members"
}
],
"keywords": [
"serial",
"loop",
"greenpioneersolutions"
],
"author": "GreenPioneer",
"license": "MIT",
"bugs": {
"url": "https://github.com/greenpioneersolutions/serial-loop/issues"
},
"homepage": "https://github.com/greenpioneersolutions/serial-loop#readme"
}
x
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