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

fisand

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fisand - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

dist/index.js

@@ -40,3 +40,3 @@ var __create = Object.create;

type: ({ results }) => p.select({
message: `Pick a project template"`,
message: `Pick a project template`,
initialValue: "dapp",

@@ -51,7 +51,7 @@ options: [

path: () => p.text({
message: "Where should we create your project?",
message: "Name your project",
placeholder: "your-dapp",
validate: (value) => {
if (!value)
return "Please enter a path.";
return "Please enter a name.";
}

@@ -58,0 +58,0 @@ }),

{
"name": "fisand",
"version": "0.0.1",
"version": "0.0.2",
"description": "My awesome typescript library",

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

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