node-csproj-util
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "node-csproj-util", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Edit Visual Studio project files using Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,2 +1,4 @@ | ||
const fs = require('fs-extra'); | ||
const { SlnParser } = require('./parse'); | ||
const Project = require('./project'); | ||
@@ -3,0 +5,0 @@ function Solution(path) { |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
307
0
14664
13
2