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

easyify

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easyify - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

build/bin/help.js

@@ -6,3 +6,3 @@ const program = require('commander')

.name('npm run')
.description('egs: \n npm run server -- --type=h5 --project=test --env=dev --multi=true \n npm run server:multi -- --type=h5 --project=test')
.description('egs: \n npm run server -- --type=h5 --project=test \n npm run server:multi -- --type=h5 --project=test')
.usage('<command> -- <options>')

@@ -9,0 +9,0 @@ .option('-P, --project', 'project name that will be operated.')

@@ -99,3 +99,2 @@ const webpack = require("webpack");

});
console.log(webpackConfig);
module.exports = webpackConfig;
{
"name": "easyify",
"version": "1.1.3",
"version": "1.1.4",
"description": "easy to work, smart workflow.",
"main": "index.js",
"license": "MIT",
"scripts": {

@@ -25,3 +24,3 @@ "help": "node build/bin/help.js",

"author": "wangsw@ushareit.com",
"license": "ISC",
"license": "MIT",
"devDependencies": {

@@ -28,0 +27,0 @@ "autoprefixer": "^9.0.1",

![logo](./easyify.png)
![CircleCI](https://img.shields.io/circleci/project/github/webkong/easyify.svg)[![npm package](https://img.shields.io/npm/v/easyify.svg)](https://www.npmjs.com/package/easyify)![npm](https://img.shields.io/npm/l/easyify.svg)![node](https://img.shields.io/node/v/easyify.svg)
![CircleCI](https://img.shields.io/circleci/project/github/webkong/easyify.svg)[![npm package](https://img.shields.io/npm/v/easyify.svg)](https://www.npmjs.com/package/easyify)![npm](https://img.shields.io/npm/l/easyify.svg)![node](https://img.shields.io/node/v/easyify.svg)![webpack](https://img.shields.io/badge/webpack-4.16+-green.svg)
[document](http://easyify.webkong.cn)
>A compilation tools for FE, built with webpack4.x, compile faster and smart, make work easier.

@@ -188,3 +191,5 @@

[easyify document](https://easyify.webkong.cn)
[easyify template](https://github.com/easyify)
[easyify-cli](https://github.com/webkong/easyify-cli)

@@ -191,0 +196,0 @@

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