@cap-js/cds-types
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "@cap-js/cds-types", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Type definitions for main packages of CAP, like `@sap/cds`", | ||
@@ -5,0 +5,0 @@ "repository": "github:cap-js/cds-types", |
@@ -20,3 +20,10 @@ #!/usr/bin/env node | ||
// remove the existing symlink | ||
try { | ||
fs.unlinkSync(target) | ||
} catch { | ||
// symlink did not exist, continue | ||
} | ||
// 'junction' is needed to make it work on windows, others ignore | ||
fs.symlinkSync(rel, target, 'junction') |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
98396
2305
0