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

bfs-as-promised

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

bfs-as-promised - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

12

package.json
{
"name": "bfs-as-promised",
"version": "1.0.2",
"version": "1.0.3",
"description": "Breadth-first search (BFS) using promise (Bluebird)",

@@ -8,3 +8,3 @@ "main": "lib/bfs.js",

"bfs",
"breadth first search ",
"breadth first search",
"bluebird",

@@ -30,4 +30,4 @@ "promise"

"cover": "istanbul cover _mocha --include-all-sources -x **/lib/**",
"lint": "eslint . --ignore-path .gitignore",
"test": "mocha"
"lint": "eslint src --ignore-path .gitignore",
"test": "mocha && npm run lint"
},

@@ -40,4 +40,4 @@ "devDependencies": {

"eslint-config-standard": "^5",
"eslint-plugin-promise": "^1",
"eslint-plugin-standard": "^1",
"eslint-plugin-promise": "^2",
"eslint-plugin-standard": "^2",
"istanbul": "^0.4",

@@ -44,0 +44,0 @@ "mocha": "^2",

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