endianness
Advanced tools
Comparing version 3.0.5 to 4.0.0
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7228
78