Socket
Socket
Sign inDemoInstall

recorder-audio-worklet

Package Overview
Dependencies
Maintainers
1
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recorder-audio-worklet - npm Package Compare versions

Comparing version 6.0.12 to 6.0.13

47

package.json

@@ -13,26 +13,26 @@ {

"@babel/runtime": "^7.22.6",
"broker-factory": "^3.0.83",
"fast-unique-numbers": "^8.0.6",
"recorder-audio-worklet-processor": "^5.0.7",
"standardized-audio-context": "^25.3.54",
"subscribable-things": "^2.1.22",
"tslib": "^2.6.0",
"worker-factory": "^7.0.8"
"broker-factory": "^3.0.84",
"fast-unique-numbers": "^8.0.7",
"recorder-audio-worklet-processor": "^5.0.8",
"standardized-audio-context": "^25.3.55",
"subscribable-things": "^2.1.23",
"tslib": "^2.6.1",
"worker-factory": "^7.0.9"
},
"description": "This module provides a loader for the RecorderAudioWorkletProcessor and the corresponding RecorderAudioWorkletNode.",
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/core": "^7.22.9",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.7",
"@babel/preset-env": "^7.22.7",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-angular": "^17.6.6",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-angular": "^17.6.7",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-replace": "^5.0.2",
"babel-loader": "^9.1.2",
"babel-loader": "^9.1.3",
"chai": "^4.3.7",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.44.0",
"eslint-config-holy-grail": "^57.2.13",
"eslint": "^8.45.0",
"eslint-config-holy-grail": "^57.2.18",
"grunt": "^1.6.1",

@@ -56,3 +56,3 @@ "grunt-cli": "^1.4.3",

"rimraf": "^5.0.1",
"rollup": "^3.26.2",
"rollup": "^3.26.3",
"sinon": "^15.2.0",

@@ -62,7 +62,7 @@ "sinon-chai": "^3.7.0",

"ts-loader": "^9.4.4",
"tsconfig-holy-grail": "^14.0.7",
"tsconfig-holy-grail": "^14.0.8",
"tslint": "^6.1.3",
"tslint-config-holy-grail": "^55.0.3",
"tslint-config-holy-grail": "^55.0.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"

@@ -85,8 +85,13 @@ },

"scripts": {
"build": "rimraf build/* && webpack --config config/webpack/worklet-es2019.js && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs",
"lint": "npm run lint:config && npm run lint:src && npm run lint:test",
"lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/",
"lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts",
"lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/",
"prepare": "husky install",
"prepublishOnly": "grunt build",
"prepublishOnly": "npm run build",
"test": "grunt lint && grunt test"
},
"types": "build/es2019/module.d.ts",
"version": "6.0.12"
"version": "6.0.13"
}
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