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

@epilot360/mfe-app-generator

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot360/mfe-app-generator - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

src/util-module/templates/README.md

3

package.json

@@ -15,3 +15,3 @@ {

},
"version": "1.2.2",
"version": "1.2.3",
"main": "src/epilot360-app-generator.js",

@@ -30,2 +30,3 @@ "license": "MIT",

"@epilot/eslint-config-react": "^1.2.15",
"@types/node": "^16.10.3",
"eslint": "^7.32.0",

@@ -32,0 +33,0 @@ "jest": "^26.6.3",

@@ -63,2 +63,7 @@ const PackagesGenerator = require('../PackagesGenerator')

this.fs.copyTpl(
this.templatePath('README.md'),
this.destinationPath('README.md'),
this.options
)
this.fs.copyTpl(
this.templatePath('jest.config.js'),

@@ -65,0 +70,0 @@ this.destinationPath('jest.config.js'),

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

serviceStack.tags.setTag('heritage', 'cdk')
serviceStack.tags.setTag('heritage', 'cdk')

@@ -53,2 +53,7 @@ const PackagesGenerator = require('../PackagesGenerator')

this.fs.copyTpl(
this.templatePath('README.md'),
this.destinationPath('README.md'),
this.options
)
this.fs.copyTpl(
this.templatePath('package.json.ejs'),

@@ -55,0 +60,0 @@ this.destinationPath('package.json'),

@@ -7,6 +7,3 @@ {

"moduleResolution": "node",
"lib": [
"esnext",
"dom"
],
"lib": ["esnext", "dom"],
"jsx": "react",

@@ -27,8 +24,4 @@ "allowJs": true,

},
"include": [
"src/**/*"
],
"exclude": [
"**/*.test.ts"
]
}
"include": ["src/**/*"],
"exclude": ["**/*.test.ts"]
}
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