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

appuri-loader-transform

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appuri-loader-transform - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

index.js

@@ -24,3 +24,3 @@ const through2 = require('through2'),

if ((recordCount++) % 10000 === 0) {
if ((++recordCount) % 10000 === 0) {
console.log('Processed %d records', recordCount)

@@ -52,2 +52,2 @@ }

})
}
}
{
"name": "appuri-loader-transform",
"version": "0.2.1",
"version": "0.2.2",
"description": "Client for the Appuri Event API",

@@ -26,3 +26,3 @@ "main": "index.js",

"dependencies": {
"appuri-event-validator": "^0.2.1",
"appuri-event-validator": "*",
"through2": "^2.0.1"

@@ -29,0 +29,0 @@ },

@@ -124,3 +124,2 @@ const chai = require('chai'),

lines.should.deep.equal([
'Processed 1 records',
'\nProcessed 3 records, skipping 0 invalid events'

@@ -130,2 +129,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