async-array-buffer
Advanced tools
Comparing version 4.0.13 to 4.0.14
174
package.json
{ | ||
"author": "Christoph Guttandin", | ||
"bugs": { | ||
"url": "https://github.com/chrisguttandin/async-array-buffer/issues" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.2", | ||
"async-array-buffer-broker": "^4.0.12", | ||
"async-array-buffer-worker": "^6.0.12", | ||
"tslib": "^2.0.0" | ||
}, | ||
"description": "This module allows to allocate and deallocate ArrayBuffers without blocking the main thread.", | ||
"devDependencies": { | ||
"@babel/core": "^7.10.2", | ||
"@babel/plugin-external-helpers": "^7.10.1", | ||
"@babel/plugin-transform-runtime": "^7.10.1", | ||
"@babel/preset-env": "^7.10.2", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-angular": "^8.3.4", | ||
"@rollup/plugin-replace": "^2.3.3", | ||
"babel-loader": "^8.1.0", | ||
"chai": "^4.2.0", | ||
"commitizen": "^4.1.2", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-holy-grail": "^47.0.1", | ||
"grunt": "^1.1.0", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-replace": "^1.0.1", | ||
"grunt-sh": "^0.2.0", | ||
"grunt-webpack": "^3.1.3", | ||
"husky": "^4.2.5", | ||
"karma": "^5.0.9", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-firefox-launcher": "^1.3.0", | ||
"karma-leche": "^1.0.8", | ||
"karma-mocha": "^2.0.1", | ||
"karma-sauce-launcher": "^4.1.5", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-webpack": "^4.0.2", | ||
"load-grunt-config": "^3.0.1", | ||
"memfs": "^3.2.0", | ||
"mocha": "^7.2.0", | ||
"rollup": "^2.13.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"sinon": "^9.0.2", | ||
"sinon-chai": "^3.5.0", | ||
"terser-webpack-plugin": "^3.0.3", | ||
"ts-loader": "^7.0.5", | ||
"tsconfig-holy-grail": "^11.0.14", | ||
"tslint": "^6.1.2", | ||
"tslint-config-holy-grail": "^50.0.1", | ||
"typescript": "^3.9.5", | ||
"webpack": "^4.43.0" | ||
}, | ||
"files": [ | ||
"build/es2019/", | ||
"build/es5/", | ||
"src/" | ||
], | ||
"homepage": "https://github.com/chrisguttandin/async-array-buffer", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint --edit --extends @commitlint/config-angular", | ||
"pre-commit": "grunt lint" | ||
} | ||
}, | ||
"license": "MIT", | ||
"main": "build/es5/bundle.js", | ||
"module": "build/es2019/module.js", | ||
"name": "async-array-buffer", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/chrisguttandin/async-array-buffer.git" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "grunt build", | ||
"test": "grunt lint && grunt test" | ||
}, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.13" | ||
"author": "Christoph Guttandin", | ||
"bugs": { | ||
"url": "https://github.com/chrisguttandin/async-array-buffer/issues" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.2", | ||
"async-array-buffer-broker": "^4.0.13", | ||
"async-array-buffer-worker": "^6.0.13", | ||
"tslib": "^2.0.0" | ||
}, | ||
"description": "This module allows to allocate and deallocate ArrayBuffers without blocking the main thread.", | ||
"devDependencies": { | ||
"@babel/core": "^7.10.2", | ||
"@babel/plugin-external-helpers": "^7.10.1", | ||
"@babel/plugin-transform-runtime": "^7.10.1", | ||
"@babel/preset-env": "^7.10.2", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-angular": "^8.3.4", | ||
"@rollup/plugin-replace": "^2.3.3", | ||
"babel-loader": "^8.1.0", | ||
"chai": "^4.2.0", | ||
"commitizen": "^4.1.2", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-holy-grail": "^47.0.4", | ||
"grunt": "^1.1.0", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-replace": "^1.0.1", | ||
"grunt-sh": "^0.2.0", | ||
"grunt-webpack": "^3.1.3", | ||
"husky": "^4.2.5", | ||
"karma": "^5.1.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-firefox-launcher": "^1.3.0", | ||
"karma-leche": "^1.0.9", | ||
"karma-mocha": "^2.0.1", | ||
"karma-sauce-launcher": "^4.1.5", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-webpack": "^4.0.2", | ||
"load-grunt-config": "^3.0.1", | ||
"memfs": "^3.2.0", | ||
"mocha": "^8.0.1", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"rollup": "^2.17.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"sinon": "^9.0.2", | ||
"sinon-chai": "^3.5.0", | ||
"terser-webpack-plugin": "^3.0.6", | ||
"ts-loader": "^7.0.5", | ||
"tsconfig-holy-grail": "^11.0.16", | ||
"tslint": "^6.1.2", | ||
"tslint-config-holy-grail": "^50.0.4", | ||
"typescript": "^3.9.5", | ||
"webpack": "^4.43.0" | ||
}, | ||
"files": [ | ||
"build/es2019/", | ||
"build/es5/", | ||
"src/" | ||
], | ||
"homepage": "https://github.com/chrisguttandin/async-array-buffer", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint --edit --extends @commitlint/config-angular", | ||
"pre-commit": "pretty-quick --config config/prettier/config.json --staged && grunt lint" | ||
} | ||
}, | ||
"license": "MIT", | ||
"main": "build/es5/bundle.js", | ||
"module": "build/es2019/module.js", | ||
"name": "async-array-buffer", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/chrisguttandin/async-array-buffer.git" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "grunt build", | ||
"test": "grunt lint && grunt test" | ||
}, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.14" | ||
} |
import { load } from 'async-array-buffer-broker'; | ||
import { worker } from './worker/worker'; | ||
const blob: Blob = new Blob([ worker ], { type: 'application/javascript; charset=utf-8' }); | ||
const blob: Blob = new Blob([worker], { type: 'application/javascript; charset=utf-8' }); | ||
@@ -6,0 +6,0 @@ const url: string = URL.createObjectURL(blob); |
{ | ||
"compilerOptions": { | ||
"isolatedModules": true | ||
}, | ||
"extends": "tsconfig-holy-grail/src/tsconfig-browser" | ||
"compilerOptions": { | ||
"isolatedModules": true | ||
}, | ||
"extends": "tsconfig-holy-grail/src/tsconfig-browser" | ||
} |
Sorry, the diff of this file is not supported yet
54474
44