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

@azury/byte

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azury/byte - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0-dev.0

byte.cjs

19

package.json
{
"name": "@azury/byte",
"version": "3.1.0",
"version": "3.2.0-dev.0",
"author": "Samuel Kopp (https://samuelkopp.de)",
"license": "Apache-2.0",
"description": "A disk unit conversion library for JavaScript.",
"main": "byte.js",
"exports": "./byte.js",
"browser": "./byte.iife.js",
"types": "byte.d.ts",
"exports": {
".": {
"import": {
"default": "./byte.js",
"types": "./byte.d.ts"
},
"require": {
"default": "./byte.cjs",
"types": "./byte.d.ts"
}
}
},
"files": [
"byte.js",
"byte.cjs",
"byte.iife.js",
"byte.d.ts"

@@ -12,0 +27,0 @@ ],

@@ -21,2 +21,8 @@ ## byte

#### Browser
```html
<script src="https://cdn.jsdelivr.net/npm/@azury/byte@3.2.0"></script>
```
### Usage

@@ -23,0 +29,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