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

audio2d

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audio2d - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

0

audio2d.js

@@ -0,0 +0,0 @@ function _classCallCheck(instance, Constructor) {

6

CHANGELOG.md

@@ -0,1 +1,5 @@

0.1.1 / 2020-02-07
==================
* [MISC] Fixed type in README in the installation section.
0.1.0 / 2020-02-07

@@ -47,2 +51,2 @@ ==================

==================
* Initial commit
* Initial commit

@@ -0,0 +0,0 @@ import AudioClipOptions from '../options/AudioClipOptions';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import Marker from '../interfaces/Marker';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import Nodes from './nodes/Nodes';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import AudioClip from '../clip/AudioClip';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import Node from '../interfaces/Node';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ import Marker from '../interfaces/Marker';

2

package.json
{
"name": "audio2d",
"version": "0.1.0",
"version": "0.1.1",
"description": "Easy to use API to add the power of web audio to your game.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,6 +33,6 @@ <!-- <p align="center">

To install a2d, you can use:
To install audio2d, you can use:
```bash
$ npm install a2d
$ npm install audio2d
```

@@ -44,3 +44,3 @@

// Browser
import Audio2D from './node_modules/audio2d/a2d.js';
import Audio2D from './node_modules/audio2d/audio2d.js';

@@ -366,2 +366,2 @@ // Webpack

MIT
MIT

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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