New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wx-sensitive-words

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wx-sensitive-words - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.js

@@ -57,4 +57,8 @@ const axios = require("axios");

.then(({ data }) => {
this.openid = data.openid;
resolve(data.openid);
if (data.openid) {
this.openid = data.openid;
resolve(data.openid);
return;
}
reject(data);
})

@@ -61,0 +65,0 @@ .catch((err) => reject(err));

{
"name": "wx-sensitive-words",
"version": "1.0.0",
"version": "1.0.1",
"description": "微信小程序敏感词查询",

@@ -5,0 +5,0 @@ "main": "index.js",

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