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

github-user-language-stats

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-user-language-stats - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

.babelrc

15

package.json
{
"name": "github-user-language-stats",
"version": "1.1.0",
"version": "1.2.0",
"description": "Show GitHub user's programming language stats",

@@ -11,3 +11,3 @@ "repository": {

"bin": {
"gh-lang-stat": "gh-lang-stat.js"
"gh-lang-stat": "bin/gh-lang-stat.js"
},

@@ -20,5 +20,14 @@ "scripts": {

"dependencies": {
"ascii-horizontal-barchart": "^1.2.0",
"ascii-horizontal-barchart": "^1.2.1",
"axios": "^0.12.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0"
},
"scripts": {
"compile": "babel -d bin/ src/",
"prepublish": "npm run compile"
}
}
.npmignore

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