Socket
Socket
Sign inDemoInstall

@vscode/vscode-languagedetection

Package Overview
Dependencies
56
Maintainers
10
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.4

dist/lib/main.js

18

package.json
{
"name": "@vscode/vscode-languagedetection",
"version": "1.0.2",
"version": "1.0.4",
"description": "An npm package that uses guesslang's ML model to detect source code languages",

@@ -9,4 +9,7 @@ "main": "dist/lib/index.js",

"clean": "rimraf dist",
"build": "rimraf dist && tsc --build tsconfig.json",
"watch": "rimraf dist && tsc --build tsconfig.json -w --preserveWatchOutput",
"typecheck": "tsc --noEmit",
"bundle": "esbuild ./lib --bundle --outfile=dist/lib/index.js --sourcemap --minify",
"build": "rimraf dist && npm-run-all typecheck bundle",
"watch": "rimraf dist && npm-run-all -p \"typecheck -- --watch --preserveWatchOutput\" \"bundle -- --watch\"",
"pretest": "rimraf dist && tsc --build ./test",
"test": "mocha --recursive dist/test/**/*.test.js"

@@ -32,7 +35,14 @@ },

"chai": "^4.3.4",
"esbuild": "^0.12.15",
"fork-ts-checker-webpack-plugin": "^6.2.12",
"mocha": "9.0.2",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"rimraf": "3.0.2",
"typescript": "^4.3.5"
"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc