Socket
Socket
Sign inDemoInstall

extendable-media-recorder

Package Overview
Dependencies
18
Maintainers
1
Versions
373
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1

23

package.json

@@ -19,7 +19,7 @@ {

"@babel/runtime": "^7.22.6",
"media-encoder-host": "^8.0.98",
"multi-buffer-data-view": "^5.0.7",
"recorder-audio-worklet": "^6.0.12",
"standardized-audio-context": "^25.3.54",
"subscribable-things": "^2.1.22",
"media-encoder-host": "^8.0.99",
"multi-buffer-data-view": "^5.0.8",
"recorder-audio-worklet": "^6.0.13",
"standardized-audio-context": "^25.3.55",
"subscribable-things": "^2.1.23",
"tslib": "^2.6.1"

@@ -40,4 +40,4 @@ },

"eslint": "^8.45.0",
"eslint-config-holy-grail": "^57.2.16",
"extendable-media-recorder-wav-encoder": "^7.0.95",
"eslint-config-holy-grail": "^57.2.18",
"extendable-media-recorder-wav-encoder": "^7.0.96",
"grunt": "^1.6.1",

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

"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",

@@ -91,2 +91,3 @@ "webpack": "^5.88.2"

"scripts": {
"build": "rimraf build/* && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs",
"lint": "npm run lint:config && npm run lint:src && npm run lint:test",

@@ -97,7 +98,7 @@ "lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/",

"prepare": "husky install",
"prepublishOnly": "grunt build",
"prepublishOnly": "npm run build",
"test": "grunt lint && grunt test"
},
"types": "build/es2019/module.d.ts",
"version": "8.0.0"
"version": "8.0.1"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc