New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@enplug/scripts

Package Overview
Dependencies
Maintainers
5
Versions
368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enplug/scripts - npm Package Compare versions

Comparing version 1.1.12-dev1 to 1.1.12-dev2

16

bin/build-legacy.js

@@ -90,7 +90,7 @@ #! /usr/bin/env node

const needsDevServer = options['dev-server'];
let command = '';
let command = ''
if (!needsDevServer) {
command += 'rimraf dist/' + target; // clean previous build
command += ' &&rimraf tmp '; // clean tmp
command += ' && ';
command += 'rimraf dist/' + target // clean previous build
command += ' &&rimraf tmp ' // clean tmp
command += ' && '
}

@@ -102,11 +102,9 @@ command += ' ' + (needsDevServer ? 'webpack-dev-server' : 'webpack'); // webpack server or regular webpack?

sh.exec(command, function(argument) {
sh.exec(command, function (argument) {
if (options['build-for-release']) {
let prefix = `${destination}/${target}/${version}`;
confirmDestination(bucket, prefix).then(function(response) {
confirmDestination(bucket, prefix).then(function (response) {
if (response.confirm) {
sh.exec(
`enplug-release-app-legacy --bucket=${bucket} --prefix=${prefix} --root=${rootPath} --target=${target} --version=${version}`
);
sh.exec(`enplug-release-app-legacy --bucket=${bucket} --prefix=${prefix} --root=${rootPath} --target=${target} --version=${version}`)
}

@@ -113,0 +111,0 @@ });

{
"name": "@enplug/scripts",
"version": "1.1.12-dev1",
"version": "1.1.12-dev2",
"description": "Enplug scripts",

@@ -5,0 +5,0 @@ "scripts": {

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