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

async-array-buffer-worker

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

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
6.0.75

34

package.json

@@ -12,20 +12,20 @@ {

"dependencies": {
"@babel/runtime": "^7.22.6",
"tslib": "^2.6.1",
"worker-factory": "^7.0.9"
"@babel/runtime": "^7.23.1",
"tslib": "^2.6.2",
"worker-factory": "^7.0.12"
},
"description": "The worker which is used by the async-array-buffer package.",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.23.0",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-angular": "^17.6.7",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-angular": "^17.7.0",
"@rollup/plugin-babel": "^6.0.3",
"chai": "^4.3.7",
"chai": "^4.3.10",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.45.0",
"eslint-config-holy-grail": "^57.2.18",
"eslint": "^8.50.0",
"eslint-config-holy-grail": "^57.2.21",
"grunt": "^1.6.1",

@@ -50,5 +50,5 @@ "grunt-cli": "^1.4.3",

"pretty-quick": "^3.1.3",
"rimraf": "^5.0.1",
"rollup": "^3.26.3",
"sinon": "^15.2.0",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0",

@@ -58,4 +58,4 @@ "ts-loader": "^9.4.4",

"tslint": "^6.1.3",
"tslint-config-holy-grail": "^55.0.4",
"typescript": "^5.1.6",
"tslint-config-holy-grail": "^55.0.5",
"typescript": "^5.2.2",
"webpack": "^5.88.2"

@@ -88,3 +88,3 @@ },

"types": "build/es2019/module.d.ts",
"version": "6.0.74"
"version": "6.0.75"
}