New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

array-buffer-cache-worker

Package Overview
Dependencies
Maintainers
1
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-buffer-cache-worker - npm Package Compare versions

Comparing version 6.0.46 to 6.0.47

8

build/es5/bundle.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.workerFactory, global._classCallCheck, global._createClass));
}(this, (function (workerFactory, _classCallCheck, _createClass) { 'use strict';
})(this, (function (workerFactory, _classCallCheck, _createClass) { 'use strict';

@@ -15,3 +15,3 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

function ArrayBufferStore() {
_classCallCheck__default['default'](this, ArrayBufferStore);
_classCallCheck__default["default"](this, ArrayBufferStore);

@@ -21,3 +21,3 @@ this._store = new Map();

_createClass__default['default'](ArrayBufferStore, [{
_createClass__default["default"](ArrayBufferStore, [{
key: "clone",

@@ -118,2 +118,2 @@ value: function clone(id) {

})));
}));

@@ -14,3 +14,3 @@ {

"tslib": "^2.3.1",
"worker-factory": "^6.0.52"
"worker-factory": "^6.0.53"
},

@@ -30,3 +30,3 @@ "description": "The worker which is used by the array-buffer-cache package.",

"eslint": "^7.32.0",
"eslint-config-holy-grail": "^50.1.7",
"eslint-config-holy-grail": "^50.1.9",
"grunt": "^1.4.1",

@@ -52,11 +52,11 @@ "grunt-cli": "^1.4.3",

"pretty-quick": "^3.1.1",
"rollup": "^2.56.3",
"rollup": "^2.57.0",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"ts-loader": "^9.2.5",
"tsconfig-holy-grail": "^11.1.11",
"ts-loader": "^9.2.6",
"tsconfig-holy-grail": "^11.1.13",
"tslint": "^6.1.3",
"tslint-config-holy-grail": "^53.2.25",
"typescript": "^4.4.3",
"webpack": "^5.52.1"
"webpack": "^5.53.0"
},

@@ -83,3 +83,3 @@ "files": [

"types": "build/es2019/module.d.ts",
"version": "6.0.46"
"version": "6.0.47"
}
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