Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@embedded-postgres/windows-x64

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@embedded-postgres/windows-x64 - npm Package Compare versions

Comparing version 14.3.0-alpha.10 to 14.3.0-alpha.11

8

package.json
{
"name": "@embedded-postgres/windows-x64",
"version": "14.3.0-alpha.10",
"version": "14.3.0-alpha.11",
"description": "",

@@ -22,4 +22,4 @@ "main": "dist/index.js",

"devDependencies": {
"@embedded-postgres/downloader": "^14.3.0-alpha.10",
"@embedded-postgres/symlink-reader": "^14.3.0-alpha.10"
"@embedded-postgres/downloader": "^14.3.0-alpha.11",
"@embedded-postgres/symlink-reader": "^14.3.0-alpha.11"
},

@@ -34,3 +34,3 @@ "publishConfig": {

],
"gitHead": "ac8b84cc776225b227c451fd12bcbbb0260b4426"
"gitHead": "a88c38b92964df35c010f24435c5c050568d6eb2"
}

@@ -19,3 +19,3 @@ const fs = require('fs/promises');

symlinks.map(({ source, target }) => {
return fs.link(source, target);
return fs.symlink(source, target);
})

@@ -22,0 +22,0 @@ // Swallow any errors, since the symlinks may already exist

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