npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

wechat-js-sdk-s

v1.5.0

Published

wechat javascript sdk for npm, version is same as sdk itself

Downloads

14

Readme

996.icu

996.icu LICENSE

wehcat-js-sdk-s

EN

Shadow for Wechat Javascript SDK, NPM purpose.
Version is same as Wechat Javascript SDK itself.

中文

微信Javascript SDK影子版, 为了能够从NPM中引入而存在.
版本与微信Javascript SDK的版本是一致的.

What is changed (改动了什么?)

EN

  • wechat.js is the original javascript file from wechat.
  • Change this to window in original js file for webpack packaging.
  • index.js add ES6 supporting.

中文

  • wechat.js是原始的微信文件.
  • 为了使用webpack打包, 源文件中的this被改成window.
  • index.js添加了ES6支持.

Note (注意)

EN

  • The original SDK doesn't support the Node environment, so there is no test script.
  • wechat.js is pretty formatted by VSCode plugin prettier.

中文

  • 原生的SDK不支持NODE环境, 所以没有测试脚本.
  • 使用VSCode的prettier插件格式化了原始wechat.js文件.

Versions Supported (支持的版本)

There are many libs for this purpose in npm, but with a different version. This lib is try to let your find all wechat versions in one lib.
NPM已经上有很多相同目的的库, 但是版本不一致, 因此本库的目的在于可以在一个库中找到不同的版本.

Supported versions as below:
本库的版本支持的版本如下:

  • 1.2.0: https://res.wx.qq.com/open/js/jweixin-1.2.0.js
  • 1.2.1: https://res.wx.qq.com/open/js/jweixin-1.2.1.js
  • 1.2.2: https://res.wx.qq.com/open/js/jweixin-1.2.2.js
  • 1.3.0: https://res.wx.qq.com/open/js/jweixin-1.3.0.js
  • 1.3.1: https://res.wx.qq.com/open/js/jweixin-1.3.1.js
  • 1.3.2: https://res.wx.qq.com/open/js/jweixin-1.3.2.js
  • 1.4.0-a: https://res.wx.qq.com/open/js/jweixin-1.4.0.js
  • 1.5.0: https://res.wx.qq.com/open/js/jweixin-1.5.0.js