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

vbb-lines

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vbb-lines - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

9

index.js

@@ -24,9 +24,4 @@ 'use strict'

const matcher = (pattern) =>
('object' === typeof pattern
? filterByKeys(pattern)
: filterById(pattern))
const lines = function (/* promised, filter */) {

@@ -42,3 +37,3 @@ const args = Array.prototype.slice.call(arguments)

if (pattern === 'all' || pattern === undefined) filter = parser // no filter
else if ('number' === typeof pattern)
else if ('string' === typeof pattern)
filter = parser.pipe(filterStream.obj(filterById(pattern)))

@@ -61,2 +56,2 @@ else filter = parser.pipe(filterStream.obj(filterByKeys(pattern)))

module.exports = Object.assign(lines, {filterById, filterByKeys, matcher})
module.exports = Object.assign(lines, {filterById, filterByKeys})
{
"name": "vbb-lines",
"description": "VBB lines and their stations.",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "files": ["index.js", "data.ndjson", "vbb-logo.jpg"],

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