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

weio

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weio - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

lib/weio.esm.js

18

package.json
{
"name": "weio",
"version": "0.1.2",
"version": "0.1.3",
"description": "Promise based HTTP client for for wechat miniprogram",
"main": "./index.js",
"module": "./lib/weio.esm.mjs",
"types": "./lib/weio.d.ts",
"main": "lib/weio.umd.js",
"module": "lib/weio.esm.js",
"types": "lib/weio.d.ts",
"typings": "./lib/weio.d.ts",
"repository": "https://github.com/yoneyy/weio.git",
"bugs": {
"url": "https://github.com/yoneyy/weio/issues"
},
"author": {

@@ -18,4 +21,4 @@ "name": "yoneyy",

".": {
"import": "./lib/weio.esm.mjs",
"require": "./index.js"
"import": "./lib/weio.esm.js",
"require": "./lib/weio.umd.js"
},

@@ -26,4 +29,3 @@ "./package.json": "./package.json",

"files": [
"lib",
"index.js"
"lib"
],

@@ -30,0 +32,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