pouchdb-md5
Advanced tools
Comparing version 7.2.1 to 7.2.2
import { btoa, readAsArrayBuffer } from 'pouchdb-binary-utils'; | ||
import Md5 from 'spark-md5'; | ||
var setImmediateShim = global.setImmediate || global.setTimeout; | ||
var setImmediateShim = self.setImmediate || self.setTimeout; | ||
var MD5_CHUNK_SIZE = 32768; | ||
@@ -6,0 +6,0 @@ |
@@ -10,3 +10,3 @@ 'use strict'; | ||
var setImmediateShim = global.setImmediate || global.setTimeout; | ||
var setImmediateShim = self.setImmediate || self.setTimeout; | ||
var MD5_CHUNK_SIZE = 32768; | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "pouchdb-md5", | ||
"version": "7.2.1", | ||
"version": "7.2.2", | ||
"description": "PouchDB utilities for calculating MD5 checksums.", | ||
@@ -16,4 +16,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"pouchdb-binary-utils": "7.2.1", | ||
"spark-md5": "3.0.0" | ||
"pouchdb-binary-utils": "7.2.2", | ||
"spark-md5": "3.0.1" | ||
}, | ||
@@ -20,0 +20,0 @@ "module": "./lib/index.es.js", |
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
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
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
0
17739
+ Addedbuffer-from@1.1.1(transitive)
+ Addedpouchdb-binary-utils@7.2.2(transitive)
+ Addedspark-md5@3.0.1(transitive)
- Removedbuffer-from@1.1.0(transitive)
- Removedpouchdb-binary-utils@7.2.1(transitive)
- Removedspark-md5@3.0.0(transitive)
Updatedpouchdb-binary-utils@7.2.2
Updatedspark-md5@3.0.1