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

advent-of-code

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advent-of-code - npm Package Compare versions

Comparing version 3.1.2 to 3.1.4

.eslintrc

3

bin/advent.js

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

debug('error running advent')
debug(err.stack)
console.error(err.message)
console.error(err.stack)
})
{
"name": "advent-of-code",
"version": "3.1.2",
"version": "3.1.4",
"description": "A cli to help initialize/run JavaScript advent-of-code challenges.",
"main": "bin/advent.js",
"scripts": {
"lint": "standard",
"test": "jest"
"lint": "standard && prettier-eslint '**/*.js' --list-different",
"test": "jest",
"format": "prettier-eslint '**/*.js' --write"
},

@@ -46,6 +47,6 @@ "bin": {

"dependencies": {
"bluebird": "^3.5.2",
"bluebird": "^3.5.3",
"commander": "^2.19.0",
"configstore": "^4.0.0",
"debug": "^4.1.0",
"debug": "^4.1.1",
"get-stdin": "^6.0.0",

@@ -57,5 +58,6 @@ "mkdirp": "^0.5.1",

"devDependencies": {
"@types/jest": "^23.3.4",
"@types/jest": "^23.3.10",
"jest": "^23.6.0",
"nock": "^10.0.1",
"nock": "^10.0.5",
"prettier-eslint-cli": "^4.7.1",
"rimraf": "^2.6.2",

@@ -62,0 +64,0 @@ "standard": "^12.0.1"

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