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

create-interval-app

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-interval-app - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

dist/index.js

@@ -44,3 +44,3 @@ "use strict";

function gitInit(path) {
child_process_1.default.execSync('git init -b main && git add -A && git commit -m "Initial commit from create-interval-app"', {
child_process_1.default.execSync('git init && git add -A && git commit -m "Initial commit from create-interval-app"', {
cwd: path,

@@ -47,0 +47,0 @@ });

{
"name": "create-interval-app",
"version": "0.3.1",
"version": "0.3.2",
"description": "Quickly bootstrap a new Interval project.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -65,3 +65,3 @@ import degit from 'tiged'

childProcess.execSync(
'git init -b main && git add -A && git commit -m "Initial commit from create-interval-app"',
'git init && git add -A && git commit -m "Initial commit from create-interval-app"',
{

@@ -68,0 +68,0 @@ cwd: path,

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