appuri-loader-transform
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -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 @@ ]) | ||
}) | ||
}) | ||
}) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162
7141
2
2
+ Addedappuri-event-validator@1.0.0(transitive)
- Removedappuri-event-validator@0.2.1(transitive)
Updatedappuri-event-validator@*