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

generator-kscpm

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-kscpm - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

generators/intact/templates/package.json

@@ -8,3 +8,3 @@ {

"dev": "cross-env NODE_ENV=development ksr dev -e index.html -p <%=port%>",
"build": "cross-env NODE_ENV=production ksr build -e index.html",
"build": "rm-rf dist && cross-env NODE_ENV=production ksr build -e index.html",
"serve": "ksr serve -p <%=servePort%>",

@@ -11,0 +11,0 @@ "online": "npm run build && npm run serve"

@@ -8,4 +8,4 @@ const path = require('path');

"cwd": path.resolve(__dirname),
"script": "npm",
"args": "run serve",
"script": "node_modules/ksr/bin/ksr-serve.js",
"args": "-p <%=servePort%>",
"exec_mode": "cluster",

@@ -12,0 +12,0 @@ "instances": 3,

@@ -39,2 +39,5 @@ # <%=name%>

cat .ksr.conf.js
```
```
### **Notice**
Node version > 8.0

@@ -8,3 +8,3 @@ {

"dev": "cross-env NODE_ENV=development ksr dev -e index.html -p <%=port%>",
"build": "cross-env NODE_ENV=production ksr build -e index.html",
"build": "rm -rf dist && cross-env NODE_ENV=production ksr build -e index.html",
"serve": "ksr serve -p <%=servePort%>",

@@ -11,0 +11,0 @@ "online": "npm run build && npm run serve"

@@ -8,4 +8,4 @@ const path = require('path');

"cwd": path.resolve(__dirname),
"script": "npm",
"args": "run serve",
"script": "node_modules/ksr/bin/ksr-serve.js",
"args": "-p <%=servePort%>",
"exec_mode": "cluster",

@@ -12,0 +12,0 @@ "instances": 3,

@@ -40,2 +40,5 @@ # <%=name%>

cat .ksr.conf.js
```
```
### **Notice**
Node version > 8.0
{
"name": "generator-kscpm",
"version": "2.0.1",
"version": "2.0.2",
"description": "这是一个用于初始化项目的工具 , 基于 yeoman",

@@ -5,0 +5,0 @@ "files": [

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