Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

linguist-js

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linguist-js - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

bin/linguist.js

25

package.json
{
"name": "linguist-js",
"version": "1.2.3",
"version": "1.2.4",
"description": "Analyse languages used in a folder. Powered by GitHub Linguist, although it doesn't need to be installed.",
"main": "index.js",
"type": "module",
"main": "src/index.js",
"scripts": {
"test": "node test"
"prepublish": "tsc",
"test": "tsc && node test/test"
},
"bin": {
"linguist": "cli.js"
"linguist": "bin/linguist.js"
},
"files": [
"index.js",
"cli.js"
"bin/*.js",
"src/**/*.js",
"src/**/*.d.ts"
],

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

},
"devDependencies": {}
"devDependencies": {
"@types/glob": "^7.1.4",
"@types/glob-to-regexp": "^0.4.1",
"@types/js-yaml": "^4.0.2",
"@types/node": "^16.4.0",
"@types/node-fetch": "^2.5.11",
"@types/yargs": "^17.0.2",
"typescript": "~4.3.5"
}
}
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