Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kitsu

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitsu - npm Package Compare versions

Comparing version 7.3.0 to 7.3.1-beta.3

lib/index.browser.js

20

package.json
{
"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"

11

README.md

@@ -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 @@ ```

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