@sap/webide-hdi-base-feature-vscode
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -5,3 +5,3 @@ { | ||
"description": "SAP HANA Calculation view editor base extension including base services used by the SAP HANA calculation view editor", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -24,3 +24,3 @@ "categories": [ | ||
"lint": "eslint --ext .js,.json --max-warnings 0 -f stylish .", | ||
"postinstall": "grunt setVersion" | ||
"postinstall": "grunt setVersion && grunt copyCommonFiles" | ||
}, | ||
@@ -71,5 +71,5 @@ "devDependencies": { | ||
"hooks": { | ||
"pre-commit": "grunt checkVersion" | ||
"pre-commit": "grunt checkVersion && grunt copyCommonFiles && git add webide-hdi-base-feature-vsix/features.json" | ||
} | ||
} | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
6
799197