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

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.2 to 3.1.3

dist/bitdepth-min.js

3

CHANGELOG.md
# CHANGELOG
## 3.1.3 (2018-06-11)
- Browser dist on npm.
## 3.1.2

@@ -4,0 +7,0 @@ - Better packaging.

5

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

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

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

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

## Browser
Use the compiled file in the */dist* folder:
```html
<script src="bitdepth-min.js"></script>
```
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

@@ -35,3 +46,5 @@ Supported bit depths (to and from):

## toBitDepth()
## API
### toBitDepth()
```javascript

@@ -38,0 +51,0 @@ /**

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