New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cap-js/cds-types

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cap-js/cds-types - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

package.json
{
"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')
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