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

endianness

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

endianness - npm Package Compare versions

Comparing version 3.0.5 to 4.0.0

5

package.json
{
"name": "endianness",
"version": "3.0.5",
"version": "4.0.0",
"description": "Swap endianness in byte arrays.",

@@ -48,3 +48,4 @@ "homepage": "https://github.com/rochars/endianness",

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

@@ -28,2 +28,7 @@ # endianness

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

@@ -30,0 +35,0 @@ ```javascript

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