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

create-accurapp

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-accurapp - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

index.js

@@ -155,3 +155,3 @@ #!/usr/bin/env node

if (isRealRun) exec(`git add .`, appDir)
if (isRealRun) exec(['git', 'commit', '-a', '-m', `💥 Bang! First commit\n\nApp bootstrapped with create-accurapp`], appDir)
if (isRealRun) exec(['git', 'commit', '-a', '-m', `💥 Bang! First commit\n\nApp bootstrapped with create-accurapp`], appDir)
} else {

@@ -158,0 +158,0 @@ if (!isYesGit) log.info(`Not running 'git init/add/commit' because you chose so.`)

{
"name": "create-accurapp",
"version": "3.0.2",
"version": "3.0.3",
"description": "Create accurat apps with minimum flexible build configuration",

@@ -12,3 +12,3 @@ "repository": "accurat/accurapp",

"index.js",
"template/**"
"template"
],

@@ -15,0 +15,0 @@ "bin": {

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