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.2.1 to 0.2.2

2

package.json
{
"name": "weio",
"version": "0.2.1",
"version": "0.2.2",
"description": "Promise based HTTP client for for wechat miniprogram",

@@ -5,0 +5,0 @@ "main": "./lib/weio.js",

@@ -55,3 +55,3 @@ <div align="center">

request.interceptors.response.use(response => {
return request;
return response;
}, error => {

@@ -89,3 +89,3 @@ return error;

request.interceptors.response.use(response => {
return request;
return response;
}, error => {

@@ -92,0 +92,0 @@ return error;

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