object-code
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "object-code", | ||
"description": "Blazing fast hash code generator that supports every possible javascript value.", | ||
"version": "1.2.0", | ||
"description": "A blazing fast hash code generator that supports every possible javascript value.", | ||
"version": "1.2.1", | ||
"source": "src/index.ts", | ||
"sideEffects": false, | ||
"main": "dist/index.js", | ||
"umd:main": "dist/index.umd.js", | ||
"unpkg": "dist/index.umd.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.mjs", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"default": "./dist/index.modern.js" | ||
"./*": "./*", | ||
".": { | ||
"import": "./dist/index.modern.js", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"umd:main": "dist/index.umd.js", | ||
"unpkg": "dist/index.umd.js", | ||
"author": "Arthur Fiorette <npm@arthur.place>", | ||
"license": "MIT", | ||
"bugs": "https://github.com/arthurfiorette/tinylibs/issues", | ||
"homepage": "https://tinylibs.js.org/#/object-code", | ||
"homepage": "https://tinylibs.js.org/packages/object-code", | ||
"repository": { | ||
@@ -21,0 +24,0 @@ "type": "git", |
@@ -11,5 +11,5 @@ <br /> | ||
[![Latest Version](https://img.shields.io/npm/v/cache-parser)](https://www.jsdelivr.com/package/npm/cache-parser) | ||
[![Latest Version](https://img.shields.io/npm/v/object-code)](https://www.npmjs.com/package/object-code) | ||
[![Downloads](https://img.shields.io/npm/dw/object-code)](https://www.npmjs.com/package/object-code) | ||
[![JsDelivr](https://data.jsdelivr.com/v1/package/npm/cache-parser/badge?style=rounded)](https://www.jsdelivr.com/package/npm/cache-parser) | ||
[![JsDelivr](https://data.jsdelivr.com/v1/package/npm/object-code/badge?style=rounded)](https://www.jsdelivr.com/package/npm/object-code) | ||
[![Bundlephobia](https://img.shields.io/bundlephobia/minzip/object-code/latest?style=flat)](https://bundlephobia.com/package/object-code@latest) | ||
@@ -54,5 +54,3 @@ [![Packagephobia](https://packagephobia.com/badge?p=object-code@latest)](https://packagephobia.com/result?p=object-code@latest) | ||
```sh | ||
npm install --save object-code | ||
# or | ||
yarn add object-code | ||
npm install object-code # or yarn add object-code | ||
``` | ||
@@ -70,3 +68,3 @@ | ||
crossorigin | ||
src="https://cdn.jsdelivr.net/npm/object-code@latest/dist/index.js" | ||
src="https://cdn.jsdelivr.net/npm/object-code@latest/dist/index.umd.js" | ||
></script> | ||
@@ -73,0 +71,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
18289
159