Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

audio-effects

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio-effects - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

.babelrc

11

package.json
{
"name": "audio-effects",
"version": "1.0.22",
"version": "1.0.23",
"description": "A javascript library to create audio effects using the web-audio-api",

@@ -10,7 +10,4 @@ "main": "dist/index.js",

"devDependencies": {
"babel-core": "^6.0.12",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.12",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.0.12"
},

@@ -20,3 +17,3 @@ "scripts": {

"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production npm run watch",
"build": "babel src -d dist",
"prepublish": "npm run build",

@@ -23,0 +20,0 @@ "postversion": "git push; git push --tags; npm publish"

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