🎩 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.6-beta.2
to
0.5.0
+0
-23
bin/index.js

@@ -53,3 +53,2 @@ #! /usr/bin/env node

if (options.open) {
// open(url);
openBrowser(url);

@@ -71,24 +70,2 @@ }

runDev(cmd, port);
// const host = cmd.host || defaultConfig.host;
// 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);
// openBrowser(url);
// }
// });
})

@@ -95,0 +72,0 @@ .catch((err) => {

+2
-3
{
"name": "c3-pack",
"version": "0.4.6-beta.2",
"version": "0.5.0",
"description": "ccc pc pack",

@@ -41,3 +41,2 @@ "bin": {

"react-dev-utils": "^6.0.4",
"react-error-overlay": "^5.0.4",
"read-pkg": "^4.0.1",

@@ -53,3 +52,3 @@ "size-plugin": "^1.0.1",

"readme": "ERROR: No README data found!",
"_id": "c3-pack@0.4.6-beta.1"
"_id": "c3-pack@0.4.6-beta.2"
}