Comparing version 7.3.0 to 7.3.1-beta.3
{ | ||
"version": "7.3.0", | ||
"version": "7.3.1-beta.3", | ||
"name": "kitsu", | ||
@@ -16,2 +16,4 @@ "description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs", | ||
"module": "lib/index.mjs", | ||
"unpkg": "lib/index.browser.js", | ||
"jsdelivr": "lib/index.browser.js", | ||
"types": "index.d.ts", | ||
@@ -45,6 +47,4 @@ "homepage": "https://github.com/wopian/kitsu/tree/master/packages/kitsu#readme", | ||
"replace:mjs": "replace-in-file kitsu-core kitsu-core/lib/index.mjs lib/index.mjs", | ||
"replace:cjs-node": "replace-in-file kitsu-core kitsu-core/node node/index.js", | ||
"replace:mjs-node": "replace-in-file kitsu-core kitsu-core/node/index.mjs node/index.mjs", | ||
"rollup": "cross-env NODE_ENV=production rollup -c --environment BUILD:production", | ||
"build": "yarn rollup && yarn replace:mjs && yarn replace:cjs-node && yarn replace:mjs-node" | ||
"build": "yarn rollup && yarn replace:mjs" | ||
}, | ||
@@ -64,14 +64,10 @@ "sideEffects": false, | ||
"path": "./lib/index.mjs", | ||
"limit": "8.5 kb" | ||
"limit": "8.6 kb" | ||
}, | ||
{ | ||
"path": "./node/index.js", | ||
"limit": "8.5 kb" | ||
}, | ||
{ | ||
"path": "./node/index.mjs", | ||
"limit": "8.4 kb" | ||
"path": "./lib/index.browser.js", | ||
"limit": "8.6 kb" | ||
} | ||
], | ||
"gitHead": "bdc2f5583394df1a3e136768a0dbbba7a54e7836", | ||
"gitHead": "5c9778d191d17d7c9790cfc6d0f4e983b4742a53", | ||
"devDependencies": { | ||
@@ -78,0 +74,0 @@ "@size-limit/preset-small-lib": "~2.2.1" |
@@ -30,3 +30,3 @@ <h1 align=center>Kitsu</h1> | ||
# | ||
# | ||
@@ -45,4 +45,3 @@ ## Features | ||
| ------------: | :----------------: | :--: | :----: | :-----: | :----: | :--: | | ||
| `kitsu` | ≤ 8.4 kb | 8+ | 63+ | 60+ | 11+ | 17+ | | ||
| `kitsu/node`† | ≤ 8.3 kb | 8+ | | | | | | ||
| `kitsu`† | ≤ 8.4 kb | 8+ | 63+ | 60+ | 11+ | 17+ | | ||
@@ -124,5 +123,9 @@ \* Including all dependencies, minified & gzipped | ||
### Packd CDN | ||
### CDN | ||
```html | ||
<!-- jsDelivr --> | ||
<script src='https://cdn.jsdelivr.net/npm/kitsu'></script> | ||
<!-- Packd --> | ||
<script src='https://bundle.run/kitsu@7?name=Kitsu'></script> | ||
@@ -129,0 +132,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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
613
74575
7
39
1
3
1