Socket
Socket
Sign inDemoInstall

@festicket/react-generators

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@festicket/react-generators - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "@festicket/react-generators",
"version": "0.1.1",
"version": "0.1.2",
"main": "plopfile.js",

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

@@ -10,13 +10,2 @@ const path = require('path');

{
type: 'name',
name: 'package',
message: 'The name of your package',
validate: (value) => {
if (/.+/.test(value)) {
return true;
}
return 'Package name is required';
},
},
{
type: 'directory',

@@ -23,0 +12,0 @@ name: 'parent',

Sorry, the diff of this file is not supported yet

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