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

create-l3-app

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-l3-app - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

4

bin.js

@@ -76,3 +76,3 @@ #!/usr/bin/env Node

return new Promise((resolve, reject) => {
fs.readFile(`./${PROJECT_NAME}/file`, 'utf8', (err, data) => {
fs.readFile(`./${PROJECT_NAME}/${file}`, 'utf8', (err, data) => {
if (err) return reject(err);

@@ -82,3 +82,3 @@

fs.writeFile(`./${PROJECT_NAME}/file`, newContent, 'utf8', err => {
fs.writeFile(`./${PROJECT_NAME}/${file}`, newContent, 'utf8', err => {
if (err) return reject(err);

@@ -85,0 +85,0 @@ resolve();

{
"name": "create-l3-app",
"version": "1.0.9",
"version": "1.1.0",
"bin": {

@@ -5,0 +5,0 @@ "create-l3-app": "bin.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