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.19 to 6.0.20

10

build/es5/bundle.js

@@ -7,8 +7,10 @@ (function (global, factory) {

_classCallCheck = _classCallCheck && Object.prototype.hasOwnProperty.call(_classCallCheck, 'default') ? _classCallCheck['default'] : _classCallCheck;
_createClass = _createClass && Object.prototype.hasOwnProperty.call(_createClass, 'default') ? _createClass['default'] : _createClass;
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var _classCallCheck__default = /*#__PURE__*/_interopDefaultLegacy(_classCallCheck);
var _createClass__default = /*#__PURE__*/_interopDefaultLegacy(_createClass);
var ArrayBufferStore = /*#__PURE__*/function () {
function ArrayBufferStore() {
_classCallCheck(this, ArrayBufferStore);
_classCallCheck__default['default'](this, ArrayBufferStore);

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

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

@@ -21,0 +23,0 @@ value: function clone(id) {

12

package.json

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

"tslib": "^2.0.1",
"worker-factory": "^6.0.19"
"worker-factory": "^6.0.20"
},

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

"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-holy-grail": "^48.0.0",

@@ -50,5 +50,5 @@ "grunt": "^1.2.1",

"pretty-quick": "^2.0.1",
"rollup": "^2.23.1",
"rollup": "^2.26.0",
"rollup-plugin-babel": "^4.4.0",
"sinon": "^9.0.2",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0",

@@ -58,3 +58,3 @@ "ts-loader": "^8.0.2",

"tslint": "^6.1.3",
"tslint-config-holy-grail": "^52.0.2",
"tslint-config-holy-grail": "^52.0.4",
"typescript": "^3.9.7",

@@ -88,3 +88,3 @@ "webpack": "^4.44.1"

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