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

@snyk/snyk-docker-pull

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/snyk-docker-pull - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

dist/docker-pull.js

@@ -133,3 +133,3 @@ "use strict";

fs.writeFileSync(path.join(imgDir, "manifest.json"), JSON.stringify(manifestJson));
await subProcess.execute("tar", ["cf", "image.tar", "-C", imgDir, "."], stagingDir.name);
await subProcess.execute("tar", ["cf", "image.tar", "--xform", "s:\\./\\?::", "-C", imgDir, "."], stagingDir.name);
return path.join(stagingDir.name, "image.tar");

@@ -136,0 +136,0 @@ }

@@ -43,3 +43,3 @@ {

},
"version": "2.1.0"
"version": "2.1.1"
}

@@ -220,3 +220,3 @@ import { types } from "@snyk/docker-registry-v2-client";

"tar",
["cf", "image.tar", "-C", imgDir, "."],
["cf", "image.tar", "--xform", "s:\\./\\?::", "-C", imgDir, "."],
stagingDir.name

@@ -223,0 +223,0 @@ );

Sorry, the diff of this file is not supported yet

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