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

@rushstack/rush-amazon-s3-build-cache-plugin

Package Overview
Dependencies
Maintainers
3
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/rush-amazon-s3-build-cache-plugin - npm Package Compare versions

Comparing version 5.66.2 to 5.67.0

6

lib/AmazonS3Client.js

@@ -6,3 +6,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -9,0 +13,0 @@ if (k2 === undefined) k2 = k;

2

lib/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.21.2"
"packageVersion": "7.22.2"
}
]
}

@@ -6,3 +6,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -9,0 +13,0 @@ if (k2 === undefined) k2 = k;

{
"name": "@rushstack/rush-amazon-s3-build-cache-plugin",
"version": "5.66.2",
"version": "5.67.0",
"description": "Rush plugin for Amazon S3 cloud build cache",

@@ -15,4 +15,4 @@ "repository": {

"dependencies": {
"@rushstack/node-core-library": "3.45.2",
"@rushstack/rush-sdk": "5.66.2",
"@rushstack/node-core-library": "3.45.4",
"@rushstack/rush-sdk": "5.67.0",
"https-proxy-agent": "~5.0.0",

@@ -22,6 +22,6 @@ "node-fetch": "2.6.7"

"devDependencies": {
"@microsoft/rush-lib": "5.66.2",
"@rushstack/eslint-config": "2.5.3",
"@rushstack/heft": "0.44.10",
"@rushstack/heft-node-rig": "1.8.8",
"@microsoft/rush-lib": "5.67.0",
"@rushstack/eslint-config": "2.6.0",
"@rushstack/heft": "0.45.0",
"@rushstack/heft-node-rig": "1.9.0",
"@types/heft-jest": "1.0.1",

@@ -28,0 +28,0 @@ "@types/node": "12.20.24",

Sorry, the diff of this file is not supported yet

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