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

fabric8-analytics-lsp-server

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabric8-analytics-lsp-server - npm Package Compare versions

Comparing version 0.0.0-development to 0.0.1

9

package.json
{
"name": "fabric8-analytics-lsp-server",
"description": "LSP Server for Component Analysis",
"version": "0.0.0-development",
"version": "0.0.1",
"author": "Pavel Odvody",

@@ -41,9 +41,10 @@ "contributors": [

"@krux/condition-jenkins": "1.0.1",
"semantic-release": "8.2.0",
"semantic-release": "15.9.9",
"typescript": "^2.1.4"
},
"scripts": {
"build": "node node_modules/typescript/bin/tsc -p .",
"build": "npm run clean && node node_modules/typescript/bin/tsc -p . && cp LICENSE package.json README.md output",
"clean": "rm -Rf ca-lsp-server.tar output/",
"dist": "cp -r node_modules output/ && cp ./package.json output/ && node -p -e \"require('./package.json').version\" > output/VERSION && rm -rf output/node_modules/typescript/ && tar cvjf ca-lsp-server.tar -C output/ .",
"semantic-release": "semantic-release pre && npm run build && cp -r .git output && npm publish output/"
"semantic-release": "semantic-release pre && npm run build && cp -r .git output && npm publish output/ && semantic-release post"
},

@@ -50,0 +51,0 @@ "release": {

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