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

@vscode/vscode-languagedetection

Package Overview
Dependencies
Maintainers
11
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/vscode-languagedetection - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

10

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

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

"scripts": {
"pretest": "npm run clean && tsc --build ./test",
"prepublish": "npm run build",
"prepack": "npm run build",
"clean": "rimraf dist",
"build": "npm run clean && webpack --mode production",
"watch": "npm run clean && webpack --watch",
"pretest": "npm run clean && tsc --build ./test",
"test": "mocha --recursive dist/test/**/*.test.js"
"test": "mocha --recursive dist/test/**/*.test.js",
"build": "npm run clean && webpack --mode production"
},

@@ -16,0 +18,0 @@ "repository": {

dist/lib/index.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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