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

ignite-basic-generators

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignite-basic-generators - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

LICENSE

6

index.js

@@ -1,5 +0,9 @@

const initialize = () => {
const initialize = (igniteConfig) => {
console.log("howdy! I'm the initialize from the basic-generators component")
console.log(`Reading config - project created with ${igniteConfig.igniteVersion}`)
// check generators for existing screen generator
// write new values
// return updated ignite file
}
module.exports = { initialize }

2

package.json
{
"name": "ignite-basic-generators",
"version": "0.0.2",
"version": "0.0.3",
"description": "The fundamental generators for basic ignite projects",

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