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

@octopusdeploy/api-client

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octopusdeploy/api-client - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

7

CHANGELOG.md
# Changelog
## [1.3.2](https://github.com/OctopusDeploy/api-client.ts/compare/v1.3.1...v1.3.2) (2022-07-19)
### Bug Fixes
* update how we import fs.promises ([9eaf40e](https://github.com/OctopusDeploy/api-client.ts/commit/9eaf40ed8e0ce1fb67904c750ee07d6588ea7c66))
## [1.3.1](https://github.com/OctopusDeploy/api-client.ts/compare/v1.3.0...v1.3.1) (2022-07-17)

@@ -4,0 +11,0 @@

7

dist/operations/deployRelease/execution-resource-waiter.js

@@ -38,8 +38,5 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExecutionResourceWaiter = void 0;
var promises_1 = __importDefault(require("fs/promises"));
var fs_1 = require("fs");
var ExecutionResourceWaiter = /** @class */ (function () {

@@ -165,3 +162,3 @@ function ExecutionResourceWaiter(repository, serverBaseUrl) {

if (!rawLogFile) return [3 /*break*/, 10];
return [4 /*yield*/, promises_1.default.writeFile(rawLogFile, raw)];
return [4 /*yield*/, fs_1.promises.writeFile(rawLogFile, raw)];
case 9:

@@ -168,0 +165,0 @@ _a.sent();

@@ -43,3 +43,4 @@ "use strict";

exports.pushPackage = void 0;
var promises_1 = require("fs/promises");
var fs_1 = require("fs");
var readFile = fs_1.promises.readFile;
var path_1 = __importDefault(require("path"));

@@ -56,3 +57,3 @@ var packageRepository_1 = require("../../repositories/packageRepository");

switch (_a.label) {
case 0: return [4 /*yield*/, (0, promises_1.readFile)(filePath)];
case 0: return [4 /*yield*/, readFile(filePath)];
case 1:

@@ -59,0 +60,0 @@ buffer = _a.sent();

@@ -7,3 +7,3 @@ {

"dependencies": {
"@octopusdeploy/message-contracts": "^1.3.0",
"@octopusdeploy/message-contracts": "^1.3.1",
"axios": "^0.27.2",

@@ -13,3 +13,3 @@ "glob": "^8.0.3",

"lodash": "^4.17.21",
"moment": "^2.29.3",
"moment": "^2.29.4",
"semver": "^7.3.7",

@@ -24,22 +24,22 @@ "urijs": "^1.19.11"

"@types/glob": "^7.2.0",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.6",
"@types/json-patch": "^0.0.30",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.1",
"@types/node": "^18.0.6",
"@types/semver": "^7.3.10",
"@types/urijs": "^1.19.19",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"adm-zip": "^0.5.9",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.2",
"jest-cli": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-expect-message": "^1.0.2",
"jest-extended": "^2.0.0",
"jest-extended": "^3.0.1",
"jest-junit": "^14.0.0",

@@ -50,5 +50,5 @@ "jest-runner-eslint": "^1.0.1",

"prop-types": "^15.8.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"typedoc": "^0.23.5",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typedoc": "^0.23.8",
"typescript": "^4.7.4"

@@ -84,3 +84,3 @@ },

"types": "dist/index.d.ts",
"version": "1.3.1",
"version": "1.3.2",
"jest-junit": {

@@ -87,0 +87,0 @@ "outputDirectory": "reports",

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