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

scratch-audio

Package Overview
Dependencies
Maintainers
1
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scratch-audio - npm Package Compare versions

Comparing version 0.1.0-prerelease.20231221012053 to 1.0.0

.github/workflows/commitlint.yml

23

package.json
{
"name": "scratch-audio",
"version": "0.1.0-prerelease.20231221012053",
"version": "1.0.0",
"description": "audio engine for scratch 3.0",

@@ -8,11 +8,12 @@ "main": "dist.js",

"scripts": {
"test": "npm run lint && npm run tap && npm run build",
"build": "webpack --bail",
"watch": "webpack --watch",
"lint": "eslint .",
"tap": "tap test/effects/*.js test/*.js"
"prepare": "husky install",
"tap": "tap test/effects/*.js test/*.js",
"test": "npm run lint && npm run tap && npm run build",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LLK/scratch-audio.git"
"url": "git+https://github.com/scratchfoundation/scratch-audio.git"
},

@@ -24,3 +25,3 @@ "author": "Massachusetts Institute of Technology",

},
"homepage": "https://github.com/LLK/scratch-audio#readme",
"homepage": "https://github.com/scratchfoundation/scratch-audio#readme",
"dependencies": {

@@ -32,2 +33,4 @@ "audio-context": "1.0.1",

"devDependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"babel-core": "6.26.3",

@@ -39,3 +42,6 @@ "babel-eslint": "10.1.0",

"eslint-config-scratch": "9.0.3",
"husky": "8.0.3",
"json": "9.0.6",
"scratch-semantic-release-config": "1.0.8",
"semantic-release": "19.0.5",
"tap": "12.7.0",

@@ -45,3 +51,8 @@ "web-audio-test-api": "0.5.2",

"webpack-cli": "3.3.12"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}

@@ -31,1 +31,18 @@ # scratch-audio

We provide [Scratch](https://scratch.mit.edu) free of charge, and want to keep it that way! Please consider making a [donation](https://secure.donationpay.org/scratchfoundation/) to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you!
## Committing
This project uses [semantic release](https://github.com/semantic-release/semantic-release) to ensure version bumps
follow semver so that projects depending on it don't break unexpectedly.
In order to automatically determine version updates, semantic release expects commit messages to follow the
[conventional-changelog](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md)
specification.
You can use the [commitizen CLI](https://github.com/commitizen/cz-cli) to make commits formatted in this way:
```bash
npm install -g commitizen@latest cz-conventional-changelog@latest
```
Now you're ready to make commits using `git cz`.

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