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.1 to 3.1.2

20

package.json
{
"name": "advent-of-code",
"version": "3.1.1",
"version": "3.1.2",
"description": "A cli to help initialize/run JavaScript advent-of-code challenges.",

@@ -46,18 +46,18 @@ "main": "bin/advent.js",

"dependencies": {
"bluebird": "^3.5.1",
"commander": "^2.15.1",
"configstore": "^3.1.2",
"debug": "^3.1.0",
"bluebird": "^3.5.2",
"commander": "^2.19.0",
"configstore": "^4.0.0",
"debug": "^4.1.0",
"get-stdin": "^6.0.0",
"mkdirp": "^0.5.1",
"request": "^2.85.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"jest": "^22.4.3",
"nock": "^9.2.5",
"@types/jest": "^23.3.4",
"jest": "^23.6.0",
"nock": "^10.0.1",
"rimraf": "^2.6.2",
"standard": "^11.0.1"
"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