lighting-plugin-jsnative
Advanced tools
+4
-3
@@ -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 @@ /** |
+1
-1
| { | ||
| "name": "lighting-plugin-jsnative", | ||
| "main": "index.js", | ||
| "version": "1.0.11", | ||
| "version": "1.0.12", | ||
| "dependencies": { | ||
| } | ||
| } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
620
13.55%26
4%0
-100%