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

c3-pack

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c3-pack - npm Package Compare versions

Comparing version
0.4.2
to
0.4.4
+0
-21
bin/index.js

@@ -42,23 +42,2 @@ #! /usr/bin/env node

.action((cmd) => {
// const host = cmd.host || defaultConfig.host;
// const port = cmd.port || defaultConfig.port;
// const useHttps = cmd.https || defaultConfig.https;
// const url = `http${useHttps ? 's' : ''}://${host}:${port}`;
// process.env.NODE_ENV = 'development';
// const webpackDevConfig = buildDevConfig({ url });
// const compiler = webpack(webpackDevConfig);
// const server = new WebpackDevServer(compiler, devServerConfig);
// server.listen(port, host, () => {
// console.log();
// console.log(chalk.green(' Server starts successfully!'));
// console.log();
// console.log(` Project is running at: ${chalk.cyan(url)}`);
// console.log();
// if (cmd.open) {
// open(url);
// }
// });
portfinder.basePort = cmd.port || defaultConfig.port;

@@ -65,0 +44,0 @@ portfinder.getPortPromise()

+13
-4
{
"name": "c3-pack",
"version": "0.4.2",
"version": "0.4.4",
"description": "ccc pc pack",

@@ -9,5 +9,11 @@ "bin": {

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"c3-version": "c3-version upgrade",
"postversion": "git push && git push --tags",
"x": "npm version major -m 'Upgrade version to %s '",
"y": "npm version minor -m 'Upgrade version to %s '",
"z": "npm version patch -m 'Upgrade version to %s '"
},
"author": "jsupot",
"author": {
"name": "jsupot"
},
"license": "MIT",

@@ -18,2 +24,3 @@ "dependencies": {

"babel-loader": "^8.0.0",
"c3-version": "^0.0.1",
"chalk": "^2.4.1",

@@ -43,3 +50,5 @@ "clean-webpack-plugin": "^0.1.19",

"write-pkg": "^3.2.0"
}
},
"readme": "ERROR: No README data found!",
"_id": "c3-pack@0.4.4-alpha.1"
}