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

@ray-js/rjs-for-wechat

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ray-js/rjs-for-wechat - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -18,2 +18,6 @@ function query(selector, m, ctx) {

this._ctx = ctx;
this.callMethod = function (fnName, fnArgs) {
const fn = ctx[fnName];
typeof fn === 'function' && fn.call(ctx, fnArgs);
};
}

@@ -20,0 +24,0 @@ fn.prototype = Object.create(args);

2

package.json
{
"name": "@ray-js/rjs-for-wechat",
"main": "index.js",
"version": "0.0.2"
"version": "0.0.3"
}
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