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

beer-me-jim

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beer-me-jim - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

17

commands/prettier.js
const path = require('path')
const fs = require('fs')
const devDeps = {
husky: '*',
'pretty-quick': '*'
}
const additions = {

@@ -35,2 +40,14 @@ husky: {

for (const dep in devDeps) {
if (!(dep in pkg.devDependencies)) {
pkg.devDependencies[dep] = devDeps[dep]
}
}
console.log(
`Installed [${Object.keys(devDeps).join(
', '
)}] as devDependencies. Run 'npm install'`
)
fs.writeFile(

@@ -37,0 +54,0 @@ packageJsonFile,

2

package.json
{
"name": "beer-me-jim",
"description": "CLI tool to provide custom configurations on the go",
"version": "1.0.3",
"version": "1.1.0",
"author": "Pablo Varela <pablovarela182@gmail.com>",

@@ -6,0 +6,0 @@ "bugs": {

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