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

@aws-sdk/service-client-documentation-generator

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/service-client-documentation-generator - npm Package Compare versions

Comparing version 3.55.0 to 3.58.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
**Note:** Version bump only for package @aws-sdk/service-client-documentation-generator
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)

@@ -8,0 +16,0 @@

2

dist-cjs/sdk-client-comment-update.js

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

.split("\n")
.filter((line) => line.substr(line.indexOf("*") + 1).trim().length !== 0)
.filter((line) => line.slice(line.indexOf("*") + 1).trim().length !== 0)
.join("\n")

@@ -30,0 +30,0 @@ : comment;

@@ -29,3 +29,3 @@ import { __decorate, __extends } from "tslib";

.split("\n")
.filter(function (line) { return line.substr(line.indexOf("*") + 1).trim().length !== 0; })
.filter(function (line) { return line.slice(line.indexOf("*") + 1).trim().length !== 0; })
.join("\n")

@@ -32,0 +32,0 @@ : comment;

{
"name": "@aws-sdk/service-client-documentation-generator",
"version": "3.55.0",
"version": "3.58.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

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