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

@soundws/audio-waveform-service

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundws/audio-waveform-service - npm Package Compare versions

Comparing version 3.0.1-beta.3 to 3.0.1-beta.4

dist/LICENSE

17

package.json
{
"name": "@soundws/audio-waveform-service",
"license": "AGPL-3.0-or-later",
"version": "3.0.1-beta.3",
"version": "3.0.1-beta.4",
"description": "A serverless microservice to generate waveform data from a audio file",

@@ -9,3 +9,3 @@ "author": "The First Coders Team (https://www.firstcoders.co.uk)",

"bugs": "https://github.com/sound-ws/audio-waveform-service/issues",
"homepage": "https://www.sound.ws/products/stem-player",
"homepage": "https://github.com/sound-ws/audio-waveform-service",
"contributors": [

@@ -49,3 +49,3 @@ {

"@babel/runtime": "^7.22.15",
"@soundws/service-libs": "^1.3.1-beta.1",
"@soundws/service-libs": "^1.3.1-beta.2",
"array-normalize": "^2.0.0",

@@ -58,3 +58,3 @@ "aws-sam-webpack-plugin": "^0.13.0",

"core-js": "^3.32.2",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",

@@ -68,3 +68,3 @@ "eslint-config-prettier": "^9.0.0",

"license-webpack-plugin": "^4.0.2",
"lint-staged": "^13.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",

@@ -80,9 +80,10 @@ "terser-webpack-plugin": "^5.3.9",

"build": "npm run build:docs && npm run build:dist",
"build:dist": "rm -rf .aws-sam dist && webpack --mode production && cp -R .aws-sam/build dist",
"build:dist": "rm -rf .aws-sam dist && webpack --mode production && cp README.md .aws-sam/build && cp LICENSE .aws-sam/build && cp -R .aws-sam/build dist",
"build:docs": "rimraf docs/ && mkdir docs/ && npx widdershins --environment widdershins.json openapi.yaml -o docs/api.md",
"prepublishOnly": "yarn build",
"qa": "eslint \"src/**/*.js\"",
"precommit": "lint-staged"
"precommit": "lint-staged",
"sam:publish": "npm run build && sam package --template-file .aws-sam/build/template.yaml --output-template-file .aws-sam/build/packaged.yaml --s3-bucket $AWS_SAM_PACKAGE_BUCKET_NAME --region ${AWS_REGION:=us-east-1} && sam publish --template .aws-sam/build/packaged.yaml --region ${AWS_REGION:=us-east-1} --semantic-version $npm_package_version"
},
"gitHead": "41e33d8a49892e646e736aaa9d9c0e3f8ed6fb66"
"gitHead": "e94425b89983d583eb13a8e4ad39d79b211c878a"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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