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

pelias-address-deduplicator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pelias-address-deduplicator - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.npmignore

4

address_deduplicator_stream.js

@@ -41,3 +41,3 @@ /**

var addresses = [];
requestBatchSize = requestBatchSize || 10000;
requestBatchSize = requestBatchSize || 1000;

@@ -88,3 +88,3 @@ // Used to close this stream after the input stream dries up and the last

if( err || body.addresses === undefined ){
console.error(
logger.error(
'Error: %s\nHTTP Response: %s\nBody: %s\n', err, httpResponse, body

@@ -91,0 +91,0 @@ );

{
"name": "pelias-address-deduplicator",
"version": "1.0.5",
"version": "1.0.6",
"description": "A stream for deduplicating a stream of address objects.",

@@ -5,0 +5,0 @@ "main": "address_deduplicator_stream.js",

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