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

@s54a/init

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s54a/init - npm Package Compare versions

Comparing version 4.2.0 to 4.5.0

5

index.js

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

if (!args.length) {
options.condition = "";
options.folderPathOrNameOrLink = "";
}
// Check for unsupported or invalid options

@@ -82,0 +87,0 @@ if (Object.values(options).some((value) => value === null)) {

2

package.json
{
"name": "@s54a/init",
"version": "4.2.0",
"version": "4.5.0",
"description": "Project Initializer",

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

@@ -251,2 +251,7 @@ # @s54a/init

if (!args.length) {
options.condition = "";
options.folderPathOrNameOrLink = "";
}
// Check for unsupported or invalid options

@@ -534,3 +539,3 @@ if (Object.values(options).some((value) => value === null)) {

"name": "@s54a/init",
"version": "4.2.0",
"version": "4.5.0",
"description": "Project Initializer",

@@ -537,0 +542,0 @@ "main": "./index.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