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

daedalus-gc-compute

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daedalus-gc-compute - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "daedalus-gc-compute",
"version": "0.0.2",
"version": "0.0.3",
"author": "Daedalus Solutions",

@@ -5,0 +5,0 @@ "description": "Google Compute Engine Client Library for Node.js",

@@ -613,11 +613,14 @@ /*!

},
metadata: {
items: []
}
}, config);
if(body.sshKey){
body.metadata = {
items: [{
body.metadata.items.push(
{
key: "ssh-keys",
value: body.sshKey
}]
};
}
);
delete body.sshKey;

@@ -704,2 +707,3 @@ }

boot: true,
deviceName: name,
initializeParams: {

@@ -706,0 +710,0 @@ sourceImage: image.selfLink,

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