Socket
Socket
Sign inDemoInstall

xior

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xior - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

plugins/cache/index.cjs

7

package.json
{
"name": "xior",
"version": "0.0.8",
"version": "0.0.9",
"description": "Axios similiar API request library based on fetch and support plugins",

@@ -48,3 +48,3 @@ "repository": "suhaotian/xior",

"checktype": "tsc --noEmit",
"start-publish": "pnpm build && pnpm test && npm publish --registry=https://registry.npmjs.org",
"start-publish": "pnpm build && pnpm test && cp -r dist/plugins ./ && npm publish --registry=https://registry.npmjs.org",
"push": "git push && git lfs push --all origin",

@@ -106,3 +106,4 @@ "prepare": "is-ci || pnpm build && husky",

"files": [
"dist"
"dist",
"plugins"
],

@@ -109,0 +110,0 @@ "keywords": [

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