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
4
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.4.20 to 0.4.21

dist/aggregators.js

46

package.json
{
"name": "fabric8-analytics-lsp-server",
"description": "LSP Server for Dependency Analytics",
"version": "0.4.20",
"version": "0.4.21",
"author": "Pavel Odvody",

@@ -21,5 +21,2 @@ "contributors": [

"license": "Apache-2.0",
"engines": {
"node": "*"
},
"keywords": [

@@ -33,4 +30,9 @@ "fabric8-analytics",

},
"main": "dist/server.js",
"bin": "dist/server.js",
"files": [
"dist"
],
"dependencies": {
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast": "^5.0.3",
"@xml-tools/parser": "1.0.9",

@@ -55,2 +57,3 @@ "compare-versions": "3.6.0",

"nyc": "^14.1.1",
"pkg": "^4.4.9",
"semantic-release": "^17.1.0",

@@ -61,5 +64,5 @@ "ts-node": "^8.3.0",

"scripts": {
"build": "tsc -p . && cp package.json LICENSE README.md output",
"build": "tsc -p .",
"test": "nyc mocha",
"semantic-release": "semantic-release --debug"
"prepare": "npm run build"
},

@@ -83,32 +86,3 @@ "nyc": {

"instrument": true
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"verifyConditionsCmd": "npm run build && cp package-lock.json output",
"publishCmd": "cd output && npm i --only=prod && echo ${nextRelease.version}>VERSION && tar cvjf ../ca-lsp-server.tar ."
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "ca-lsp-server.tar"
}
]
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "output"
}
]
]
}
}
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