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

@sap/hana-sqlscript-lsp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/hana-sqlscript-lsp - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

CHANGELOG.md

35

package.json

@@ -5,3 +5,3 @@ {

"description": "Language Service for SAP HANA SQLScript. Provides Syntax highlighting, Code Formatting, Auto-completion and Error Annotations.",
"version": "1.0.1",
"version": "1.1.0",
"license": "SEE LICENSE IN LICENSE",

@@ -15,8 +15,8 @@ "categories": [

"engines": {
"vscode": "^1.45.0"
"vscode": "^1.50.0"
},
"scripts": {
"test": "grunt unit",
"unittest": "grunt unit && nyc check-coverage -t ./coverage/unit --lines 0 --functions 0",
"componenttest": "set CODE_TESTS_PATH=./vsc-hana-sqlscript-lsp-vsix/client/out/test&& set NODE_TESTS_WORKSPACE=./vsc-hana-sqlscript-lsp-vsix/client/testFixture&& nyc --reporter=lcovonly --reporter=text --reporter=cobertura --reporter=json --exclude .vscode-test/** --report-dir ./coverage/component node ./vsc-hana-sqlscript-lsp-vsix/client/out/test/runTest.js && nyc check-coverage -t ./coverage/component --lines 0 --statements 0",
"unittest": "cd vsc-hana-sqlscript-lsp-vsix/server && jest --config jest-unit.json",
"componenttest": "set CODE_TESTS_PATH=./vsc-hana-sqlscript-lsp-vsix/client/out/test && set NODE_TESTS_WORKSPACE=./vsc-hana-sqlscript-lsp-vsix/client/testFixture && node ./vsc-hana-sqlscript-lsp-vsix/client/out/test/runTest.js && nyc check-coverage -t ./coverage/component --lines 0 --statements 0",
"uicomponenttest": "grunt component-ui",

@@ -28,6 +28,10 @@ "checkcoverage": "grunt checkcoverage && nyc check-coverage -t ./coverage/combined --lines 0 --functions 0",

"preinstall": "cd vsc-hana-sqlscript-lsp-vsix && npm install",
"postinstall": "grunt setVersion"
"postinstall": "grunt setVersion && grunt copyCommonFiles"
},
"devDependencies": {
"@types/jest": "26.0.15",
"@types/node": "12.12.6",
"@types/vscode": "^1.53.0",
"chai": "4.2.0",
"deep-equal": "2.0.3",
"eslint": "7.8.1",

@@ -51,2 +55,4 @@ "eslint-output": "2.0.3",

"husky": "4.3.0",
"jest": "26.6.0",
"jest-junit": "12.0.0",
"karma": "5.2.1",

@@ -69,19 +75,22 @@ "karma-chrome-launcher": "3.1.0",

"sinon": "9.0.3",
"deep-equal": "2.0.3",
"vsce": "^1.79.5",
"ts-jest": "26.4.1",
"ts-loader": "8.0.6",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.3",
"vsce": "^1.84.0",
"vscode-test": "^1.4.0"
},
"dependencies": {
"@types/axios": "0.14.0",
"axios": "0.19.2",
"@sqltools/formatter": "1.2.2",
"axios": "0.21.1",
"vscode-languageclient": "6.1.4",
"vscode-languageserver": "6.1.1",
"vscode-languageserver-textdocument": "1.0.1",
"@sqltools/formatter": "1.2.2",
"vscode-languageclient": "6.1.3"
"vscode-languageserver-textdocument": "1.0.1"
},
"husky": {
"hooks": {
"pre-commit": "grunt checkVersion"
"pre-commit": "grunt checkVersion && grunt copyCommonFiles && git add vsc-hana-sqlscript-lsp-vsix/features.json"
}
}
}
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