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

xtoolkit

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xtoolkit - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "xtoolkit",
"version": "0.1.5",
"version": "0.1.6",
"bin":"bin/xtoolkit.js",

@@ -5,0 +5,0 @@ "description": "a toolkit for creating toolkit",

@@ -26,2 +26,8 @@ /**

}
let originLog=console.log;
let location=this.location;
console.log(process.argv);
console.log=function(...args){
originLog.apply(console,args.map(s=>s.replace(new RegExp(location,'g'),'weex '+this.command)))
}
require(path);

@@ -28,0 +34,0 @@ }, function (err) {

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