@loaders.gl/crypto
Advanced tools
Comparing version 4.0.0-alpha.24 to 4.0.0-alpha.25
@@ -62,3 +62,3 @@ "use strict"; | ||
var _digestUtils = require("./lib/utils/digest-utils"); | ||
var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
var CryptoWorker = { | ||
@@ -65,0 +65,0 @@ id: 'crypto', |
@@ -8,3 +8,3 @@ export { CRC32Hash } from './lib/crc32-hash'; | ||
export { hexToBase64 as _hexToBase64, toHex as _toHex } from './lib/utils/digest-utils'; | ||
const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
export const CryptoWorker = { | ||
@@ -11,0 +11,0 @@ id: 'crypto', |
{ | ||
"name": "@loaders.gl/crypto", | ||
"version": "4.0.0-alpha.24", | ||
"version": "4.0.0-alpha.25", | ||
"description": "Cryptographic/hashing plugins for loaders.gl", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.24", | ||
"@loaders.gl/worker-utils": "4.0.0-alpha.24", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.25", | ||
"@loaders.gl/worker-utils": "4.0.0-alpha.25", | ||
"@types/crypto-js": "^4.0.2" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "97a8990595c132fb14e3445a8768d9f4cb98ff05" | ||
"gitHead": "40135f391b869388dbbcd615bbe51178d0c370be" | ||
} |
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
1
+ Added@loaders.gl/loader-utils@4.0.0-alpha.25(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.25(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.24(transitive)