@loaders.gl/compression
Advanced tools
Comparing version 4.0.0-alpha.25 to 4.0.0-alpha.26
@@ -9,3 +9,3 @@ "use strict"; | ||
var _workerUtils = require("@loaders.gl/worker-utils"); | ||
var VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
var CompressionWorker = { | ||
@@ -12,0 +12,0 @@ id: 'compression', |
import { processOnWorker } from '@loaders.gl/worker-utils'; | ||
const VERSION = typeof "4.0.0-alpha.25" !== 'undefined' ? "4.0.0-alpha.25" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest'; | ||
export const CompressionWorker = { | ||
@@ -4,0 +4,0 @@ id: 'compression', |
{ | ||
"name": "@loaders.gl/compression", | ||
"version": "4.0.0-alpha.25", | ||
"version": "4.0.0-alpha.26", | ||
"description": "Decompression and compression plugins for loaders.gl", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.25", | ||
"@loaders.gl/worker-utils": "4.0.0-alpha.25", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.26", | ||
"@loaders.gl/worker-utils": "4.0.0-alpha.26", | ||
"@types/brotli": "^1.3.0", | ||
@@ -62,3 +62,3 @@ "@types/pako": "^1.0.1", | ||
}, | ||
"gitHead": "40135f391b869388dbbcd615bbe51178d0c370be" | ||
"gitHead": "91adce71f74dacc7c8bfc379f0d122f2beae70d9" | ||
} |
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.26(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.26(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.25(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.25(transitive)