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

weweb-client

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weweb-client - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

3

bin/build.js

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

exec('webpack --config node_modules/weweb-client/webpack.build.config.js -p --env=build --display=none', (error, stdout, stderr) => {
exec('webpack --config node_modules/weweb-client/webpack.build.config.js -p --env=build', (error, stdout, stderr) => {
if (error) {
console.error(error);
console.log('\x1b[41mError : build failed.\x1b[0m');
console.log('\x1b[41mMake sur that package.json version is in correct format (ex: 1.0.4)\x1b[0m');
return;

@@ -11,0 +12,0 @@ }

{
"name": "weweb-client",
"version": "1.0.19",
"version": "1.0.20",
"description": "Weweb client",

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

@@ -18,3 +18,3 @@ // webpack.config.js

version: isSection ? process.env.npm_package_version : '',
componentName: process.env.npm_package_name + isSection ? ('_' + process.env.npm_package_version.replace(/[\.]/g, "_")) : ''
componentName: process.env.npm_package_name + (isSection ? '_' + process.env.npm_package_version.replace(/[\.]/g, "_") : '')
}

@@ -21,0 +21,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