Socket
Socket
Sign inDemoInstall

bitdepth

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

bitdepth - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

3

CHANGELOG.md
# CHANGELOG
## 3.1.4 (2018-06-11)
- fix: remove dist from npm in v1 to avoid breaking dependents.
## 3.1.3 (2018-06-11)

@@ -4,0 +7,0 @@ - Browser dist on npm.

5

package.json
{
"name": "bitdepth",
"version": "3.1.3",
"version": "3.1.4",
"description": "Change the resolution of samples to and from any bit depth.",

@@ -56,4 +56,3 @@ "homepage": "https://github.com/rochars/bitdepth",

},
"main": "index.js",
"browser": "./dist/bitdepth-min.js"
"main": "index.js"
}

@@ -22,7 +22,2 @@ # bitdepth

Or get it from the [jsDelivr](https://www.jsdelivr.com) CDN:
```html
<script src="https://cdn.jsdelivr.net/npm/bitdepth@3.1.3"></script>
```
## Use

@@ -29,0 +24,0 @@ Supported bit depths (to and from):

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