@hexagon/base64
Advanced tools
Comparing version 2.0.0-dev.5 to 2.0.0-dev.6
{ | ||
"name": "@hexagon/base64", | ||
"version": "2.0.0-dev.5", | ||
"description": "Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.", | ||
@@ -34,6 +32,6 @@ "author": "Hexagon <github.com/hexagon>", | ||
"type": "module", | ||
"main": "./dist/base64.min.cjs", | ||
"browser": "./dist/base64.umd.min.js", | ||
"module": "./dist/base64.min.js", | ||
"types": "./dist/base64.min.d.ts", | ||
"main": "./dist/base64.cjs", | ||
"browser": "./dist/base64.umd.js", | ||
"module": "./dist/base64.js", | ||
"types": "./dist/base64.d.ts", | ||
"exports": { | ||
@@ -43,8 +41,8 @@ "./package.json": "./package.json", | ||
"import": { | ||
"default": "./dist/base64.min.js", | ||
"types": "./dist/base64.min.d.ts" | ||
"default": "./dist/base64.js", | ||
"types": "./dist/base64.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/base64.min.cjs", | ||
"types": "./dist/base64.min.d.cts" | ||
"default": "./dist/base64.cjs", | ||
"types": "./dist/base64.d.cts" | ||
}, | ||
@@ -54,3 +52,5 @@ "browser": "./dist/base64.umd.js" | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"name": "@hexagon/base64", | ||
"version": "2.0.0-dev.6" | ||
} |
@@ -10,4 +10,4 @@ <p align="center"> | ||
[![Node.js CI](https://github.com/Hexagon/base64/actions/workflows/node.js.yml/badge.svg)](https://github.com/Hexagon/base64/actions/workflows/node.js.yml) [![Deno CI](https://github.com/Hexagon/base64/actions/workflows/deno.yml/badge.svg)](https://github.com/Hexagon/base64/actions/workflows/deno.yml) | ||
[![npm version](https://badge.fury.io/js/@hexagon%2Fbase64.svg)](https://badge.fury.io/js/@hexagon%2Fbase64) [![NPM Downloads](https://img.shields.io/npm/dm/@hexagon/base64.svg)](https://www.npmjs.org/package/@hexagon/base64) [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/@hexagon/base64/badge?style=rounded)](https://www.jsdelivr.com/package/npm/@hexagon/base64) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/4978bdbf495941c087ecb32b120f28ff)](https://www.codacy.com/gh/Hexagon/base64/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Hexagon/base64&utm_campaign=Badge_Grade) | ||
[![CI](https://github.com/Hexagon/base64/actions/workflows/test.yml/badge.svg)](https://github.com/Hexagon/base64/actions/workflows/test.yml) | ||
[![npm version](https://badge.fury.io/js/@hexagon%2Fbase64.svg)](https://badge.fury.io/js/@hexagon%2Fbase64) [![NPM Downloads](https://img.shields.io/npm/dm/@hexagon/base64.svg)](https://www.npmjs.org/package/@hexagon/base64) [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/@hexagon/base64/badge?style=rounded)](https://www.jsdelivr.com/package/npm/@hexagon/base64) | ||
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Hexagon/base64/blob/master/LICENSE) | ||
@@ -14,0 +14,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
14368
73