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

vbb-find-stations

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vbb-find-stations - npm Package Compare versions

Comparing version 0.4.0 to 0.5.1

index.js

30

package.json
{
"name": "vbb-find-stations",
"description": "Search for stations of VBB.",
"version": "0.4.0",
"version": "0.5.1",
"main": "index.js",

@@ -13,20 +13,22 @@ "files": ["index.js", "stations.ndjson"],

"dependencies": {
"vbb-tokenize-station": "^0.1.1",
"ndjson": "^1.4.3",
"stream-filter": "^1",
"leven": "^2"
"stream-filter": "^1",
"through2": "^2.0.1",
"leven": "^2",
"vbb-tokenize-station": "^0.1.5",
"ndjson": "^1.4.3"
},
"devDependencies": {
"vbb-stations": "^0.3",
"vbb-tokenize-station": "^0.1.1",
"through2-map": "^2",
"ndjson": "^1.4.3",
"through2": "^2.0.1",
"vbb-common-places": "^0.1"
"vbb-stations": "^0.3",
"vbb-common-places": "^0.2",
"through2-map": "^2",
"merge-stream": "^1",
"blue-tape": "^0.2",
"so": "^1.0.1",
"tap-min": "^1.1"
},
"scripts": {
"build": "node ./build.js",
"test": "node ./test.js",
"prepublish": "npm run build && npm test"
"build": "node build.js",
"test": "tape test.js | tap-min",
"prepublish": "npm run build; npm test"
}
}

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