🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lighting-plugin-jsnative

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighting-plugin-jsnative - npm Package Compare versions

Comparing version
1.0.11
to
1.0.12
+4
-3
index.js

@@ -0,6 +1,7 @@

let version = require('./package.json').version;
module.exports = {
pluginName:"jsnative",
install:function (light) {
light.util.log("info","jsnative插件加载成功");
pluginName: `jsnative@${version}`,
install: function (light) {
light.util.log("info", `jsnative@${version}插件加载成功`);
},

@@ -7,0 +8,0 @@ /**

{
"name": "lighting-plugin-jsnative",
"main": "index.js",
"version": "1.0.11",
"version": "1.0.12",
"dependencies": {
}
}