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

imaadpcm

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imaadpcm - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

dist/imaadpcm-min.js

5

package.json
{
"name": "imaadpcm",
"version": "1.1.5",
"version": "1.1.6",
"description": "JavaScript IMA-ADPCM codec.",

@@ -48,4 +48,5 @@ "homepage": "https://github.com/rochars/imaadpcm",

},
"dependencies": {},
"main": "index.js",
"dependencies": {}
"browser": "./dist/imaadpcm-min.js"
}

@@ -16,2 +16,13 @@ # imaadpcm

## Browser
Use the compiled file in the */dist* folder:
```html
<script src="imaadpcm-min.js"></script>
```
Or get it from the [jsDelivr](https://www.jsdelivr.com) CDN:
```html
<script src="https://cdn.jsdelivr.net/npm/imaadpcm@1.1.6"></script>
```
## Use

@@ -18,0 +29,0 @@ Files:

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