Socket
Socket
Sign inDemoInstall

dotnet-deps-parser

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotnet-deps-parser - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

dist/parsers/index.js

@@ -316,3 +316,3 @@ "use strict";

for (const item of propertyList.TargetFrameworks) {
targetFrameworksResult = [...targetFrameworksResult, ...item.split(';')];
targetFrameworksResult = [...targetFrameworksResult, ...item.split(';').filter((x) => !_isEmpty(x))];
}

@@ -319,0 +319,0 @@ }

@@ -7,3 +7,3 @@ {

"test": "npm run lint && npm run unit-test",
"unit-test": "npm run build && tap test/lib -Rspec --timeout=300 --node-path ts-node --test-file-pattern '/\\.test\\.[tj]s$/'",
"unit-test": "npm run build && tap test/lib -Rspec --timeout=300",
"lint": "tslint -p tsconfig.json",

@@ -40,8 +40,7 @@ "build": "tsc",

"@types/xml2js": "0.4.5",
"tap": "github:snyk/node-tap#alternative-runtimes",
"ts-node": "7.0.0",
"tap": "^14.10.7",
"tslint": "5.11.0",
"typescript": "3.7.3"
},
"version": "5.0.0"
"version": "5.0.1"
}

Sorry, the diff of this file is not supported yet

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