@vscode/vscode-languagedetection
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"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": { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3520298
1998
6