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

@smartface/marketplace-service

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/marketplace-service - npm Package Compare versions

Comparing version 1.0.19 to 1.2.0-beta.1

10

marketplace-service.js

@@ -120,2 +120,11 @@ #!/usr/bin/env node

program
.command('import <type>')
.option('--wsPath [value]', 'workspace path')
.option('--packageFolder [value]', 'package folder path')
.option('--outputFolder [value]', 'output package folder path')
.action((type, cmd) => {
taskHandler("import", type, getOptions(cmd));
});
program
.command('uninstall <name>')

@@ -140,3 +149,2 @@ .option('--wsPath [value]', 'workspace path')

.action((type, cmd) => {
if (!isValidName(cmd.name || "").isValid)

@@ -143,0 +151,0 @@ return writeError(`'${cmd.name}' ` + checkRes.errors.join(""), "Invalid Name");

4

package.json
{
"name": "@smartface/marketplace-service",
"version": "1.0.19",
"version": "1.2.0-beta.1",
"description": "",

@@ -28,2 +28,2 @@ "main": "marketplace-service.js",

}
}
}
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