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

@springtree/coding

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springtree/coding - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

index.js

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

.option( '--linter', 'Setup linting and git commit for the current folder' )
.option( '--gitignore', 'Setup git ignore' )
.option( '--gitcommit', 'Setup husky and commitlint' )

@@ -50,10 +49,2 @@

// Setup gitignore
//
if ( program.gitignore || program.init ) {
console.log( 'Writing gitignore file...' );
const templateGitignore = fs.readFileSync( path.resolve( appRoot, '.gitignore' ) );
fs.writeFileSync( path.resolve( './.gitignore' ), templateGitignore );
}
// Setup git commit hook

@@ -60,0 +51,0 @@ //

2

package.json
{
"name": "@springtree/coding",
"version": "1.0.2",
"version": "1.0.3",
"private": false,

@@ -5,0 +5,0 @@ "description": "The SpringTree coding guidelines and helper scripts",

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