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.4 to 1.1.5

3

build/lib/multipages.js

@@ -17,3 +17,4 @@ const path = require("path");

let minify = undefined;
if (process.env.NODE_ENV === 'production') {
// console.log(config);
if (env === 'prod') {
minify = {

@@ -20,0 +21,0 @@ removeComments: true,

{
"name": "easyify",
"version": "1.1.4",
"version": "1.1.5",
"description": "easy to work, smart workflow.",

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

@@ -105,4 +105,4 @@ ![logo](./easyify.png)

egs:
npm run server -- --type=h5 --project=test --env=dev --multi=true
npm run server:multi -- --type=h5 --project=test
npm run server -- --project=test
npm run server:multi -- --project=test

@@ -109,0 +109,0 @@ Options:

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