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

@yk000/watch-myapp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yk000/watch-myapp - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@yk000/watch-myapp",
"version": "1.0.4",
"version": "1.0.5",
"description": "个人的编译小工具",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -94,2 +94,3 @@ 'use strict';

let type = tool.regTool(fileName)
childProcess.exec(tool.formatCmd(fileName, type), { cwd: dirName }, (err, stdout) => {

@@ -104,3 +105,2 @@ if (err) {

if (err) {
console.error("\n文件: " + path + "编译出错!!!");
console.error(err.toString() + "\n")

@@ -107,0 +107,0 @@ } else {

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