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

async-array-buffer-worker

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
2.1.1

export const allocate = (length) => {
return new ArrayBuffer(length);
};
//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/helpers/allocate.js.map
//# sourceMappingURL=/build/es2015/helpers/allocate.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/allocate-request.js.map
//# sourceMappingURL=/build/es2015/interfaces/allocate-request.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/allocate-response.js.map
//# sourceMappingURL=/build/es2015/interfaces/allocate-response.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/broker-event.js.map
//# sourceMappingURL=/build/es2015/interfaces/broker-event.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/connect-request.js.map
//# sourceMappingURL=/build/es2015/interfaces/connect-request.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/connect-response.js.map
//# sourceMappingURL=/build/es2015/interfaces/connect-response.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/deallocate-notification.js.map
//# sourceMappingURL=/build/es2015/interfaces/deallocate-notification.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/disconnect-request.js.map
//# sourceMappingURL=/build/es2015/interfaces/disconnect-request.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/disconnect-response.js.map
//# sourceMappingURL=/build/es2015/interfaces/disconnect-response.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/error-notification.js.map
//# sourceMappingURL=/build/es2015/interfaces/error-notification.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/error-response.js.map
//# sourceMappingURL=/build/es2015/interfaces/error-response.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/index.js.map
//# sourceMappingURL=/build/es2015/interfaces/index.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/worker-event.js.map
//# sourceMappingURL=/build/es2015/interfaces/worker-event.js.map

@@ -39,2 +39,2 @@ import { allocate } from './helpers/allocate';

addEventListener('message', handleEvent.bind(null, self));
//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/module.js.map
//# sourceMappingURL=/build/es2015/module.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/types/broker-message.js.map
//# sourceMappingURL=/build/es2015/types/broker-message.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/types/index.js.map
//# sourceMappingURL=/build/es2015/types/index.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/types/worker-message.js.map
//# sourceMappingURL=/build/es2015/types/worker-message.js.map
export var allocate = function (length) {
return new ArrayBuffer(length);
};
//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/helpers/allocate.js.map
//# sourceMappingURL=/build/es2015/helpers/allocate.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/allocate-request.js.map
//# sourceMappingURL=/build/es2015/interfaces/allocate-request.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/allocate-response.js.map
//# sourceMappingURL=/build/es2015/interfaces/allocate-response.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/broker-event.js.map
//# sourceMappingURL=/build/es2015/interfaces/broker-event.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/connect-request.js.map
//# sourceMappingURL=/build/es2015/interfaces/connect-request.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/connect-response.js.map
//# sourceMappingURL=/build/es2015/interfaces/connect-response.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/deallocate-notification.js.map
//# sourceMappingURL=/build/es2015/interfaces/deallocate-notification.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/disconnect-request.js.map
//# sourceMappingURL=/build/es2015/interfaces/disconnect-request.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/disconnect-response.js.map
//# sourceMappingURL=/build/es2015/interfaces/disconnect-response.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/error-notification.js.map
//# sourceMappingURL=/build/es2015/interfaces/error-notification.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/error-response.js.map
//# sourceMappingURL=/build/es2015/interfaces/error-response.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/index.js.map
//# sourceMappingURL=/build/es2015/interfaces/index.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/interfaces/worker-event.js.map
//# sourceMappingURL=/build/es2015/interfaces/worker-event.js.map

@@ -40,2 +40,2 @@ import { allocate } from './helpers/allocate';

addEventListener('message', handleEvent.bind(null, self));
//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/module.js.map
//# sourceMappingURL=/build/es2015/module.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/types/broker-message.js.map
//# sourceMappingURL=/build/es2015/types/broker-message.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/types/index.js.map
//# sourceMappingURL=/build/es2015/types/index.js.map

@@ -1,1 +0,1 @@

//# sourceMappingURL=/users/chrisguttandin/repositories/async-array-buffer-worker/node_modules/tsconfig-holy-grail/src/types/worker-message.js.map
//# sourceMappingURL=/build/es2015/types/worker-message.js.map

@@ -8,6 +8,8 @@ {

"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^4.1.0",
"eslint-config-holy-grail": "^19.0.1",
"greenkeeper-lockfile": "^1.7.2",
"chai": "^4.1.1",
"eslint-config-holy-grail": "^20.0.0",
"greenkeeper-lockfile": "^1.8.1",
"grunt": "^1.0.1",

@@ -22,3 +24,3 @@ "grunt-cli": "^1.2.0",

"husky": "^0.14.3",
"karma": "^1.3.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",

@@ -29,16 +31,17 @@ "karma-firefox-launcher": "^1.0.0",

"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"karma-sinon-chai": "^1.2.4",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon-chai": "^1.3.2",
"karma-webpack": "^2.0.4",
"load-grunt-config": "^0.19.2",
"mocha": "^3.5.0",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.6.1",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0",
"ts-loader": "^2.3.2",
"tsconfig-holy-grail": "^2.2.19",
"tslint-config-holy-grail": "^9.0.13",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"ts-loader": "^2.3.4",
"tsconfig-holy-grail": "^2.2.27",
"tslint": "^5.7.0",
"tslint-config-holy-grail": "^11.0.0",
"typescript": "^2.4.2",
"webpack": "^3.4.1"
"webpack": "^3.5.5"
},

@@ -66,3 +69,4 @@ "files": [

"types": "build/es2015/module.d.ts",
"version": "2.1.0"
"version": "2.1.1",
"dependencies": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet