New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scratch-audio

Package Overview
Dependencies
Maintainers
1
Versions
481
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

to
0.1.0-prerelease.1492442591

21

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

@@ -24,15 +24,14 @@ "main": "dist.js",

"devDependencies": {
"babel-core": "6.17.0",
"babel-eslint": "7.0.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.16.0",
"eslint": "3.7.1",
"json": "9.0.4",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"json": "^9.0.6",
"minilog": "^3.0.1",
"soundfont-player": "0.10.5",
"tone": "0.9.0",
"travis-after-all": "1.4.4",
"webpack": "1.13.2"
},
"dependencies": {}
"travis-after-all": "^1.4.4",
"webpack": "2.4.0"
}
}
# scratch-audio
#### Scratch audio engine is for playing sounds, instruments and audio effects in Scratch 3.0 projects
[![Greenkeeper badge](https://badges.greenkeeper.io/LLK/scratch-audio.svg)](https://greenkeeper.io/)
#### Please note this project is at an early stage and we are not ready for pull requests

@@ -5,0 +7,0 @@

@@ -22,5 +22,5 @@ var Tone = require('tone');

'drawbar_organ', 'acoustic_guitar_nylon', 'electric_guitar_clean',
'acoustic_bass', 'pizzicato_strings', 'cello', 'trombone', 'clarinet',
'tenor_sax', 'flute', 'pan_flute', 'bassoon', 'choir_aahs', 'vibraphone',
'music_box', 'steel_drums', 'marimba', 'lead_1_square', 'fx_4_atmosphere'];
'acoustic_bass', 'pizzicato_strings', 'cello', 'trombone', 'clarinet',
'tenor_sax', 'flute', 'pan_flute', 'bassoon', 'choir_aahs', 'vibraphone',
'music_box', 'steel_drums', 'marimba', 'lead_1_square', 'fx_4_atmosphere'];

@@ -27,0 +27,0 @@ this.instruments = [];

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