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

awesome-wechat-sdk

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-wechat-sdk - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

lib/api/common.d.ts

13

package.json
{
"name": "awesome-wechat-sdk",
"version": "2.1.1",
"version": "2.2.0",
"description": "an awesome sdk for wechat oauth, api and message middleware",
"scripts": {
"prebuild": "rimraf lib",
"build": "tsc",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "mocha"
},

@@ -19,2 +22,4 @@ "main": "lib/wechat.js",

"debug": "^3.1.0",
"lodash": "^4.17.10",
"lodash-decorators": "^5.0.0",
"urllib": "^2.25.4",

@@ -25,4 +30,8 @@ "xml2js": "^0.4.19"

"@types/node": "^9.3.0",
"chai": "^4.1.2",
"commander": "^2.15.1",
"mocha": "^5.1.1",
"rimraf": "^2.6.2",
"typescript": "^2.8.3"
}
}

@@ -5,2 +5,3 @@ {

"target": "ES2017",
"experimentalDecorators": true,
"moduleResolution": "Node",

@@ -7,0 +8,0 @@ "declaration": true,

lib/api.d.ts

Sorry, the diff of this file is not supported yet

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