Socket
Socket
Sign inDemoInstall

btrz-pact-s3

Package Overview
Dependencies
156
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.5 to 0.4.6

2

index.js

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

return new Promise((resolve, reject) => {
fs.writeFile(filePath, JSON.stringify(data), "utf8", (err) => {
fs.writeFile(filePath, data.Body.data, "utf8", (err) => {
if (err) {

@@ -178,0 +178,0 @@ return reject(err);

{
"name": "btrz-pact-s3",
"version": "0.4.5",
"version": "0.4.6",
"description": "A consumer-driven Pact library for NodeJs to publish pacts to AWS S3 and verify them",

@@ -5,0 +5,0 @@ "main": "index.js",

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

return {
promise: function () {return Promise.resolve({testing:true});}
promise: function () {return Promise.resolve({Body:{data: new Buffer("test")}});}
};

@@ -180,0 +180,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc