Socket
Socket
Sign inDemoInstall

@aws-sdk/util-locate-window

Package Overview
Dependencies
1
Maintainers
5
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.4.0

types/index.d.ts

11

CHANGELOG.md

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

# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28)
### Features
* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b))
# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23)

@@ -8,0 +19,0 @@

12

package.json
{
"name": "@aws-sdk/util-locate-window",
"version": "3.1.0",
"version": "3.4.0",
"scripts": {

@@ -10,2 +10,3 @@ "prepublishOnly": "yarn build:cjs && yarn build:es",

"build": "yarn build:es && yarn build:cjs",
"postbuild": "downlevel-dts types types/ts3.4",
"test": "jest"

@@ -29,6 +30,13 @@ },

"module": "./dist/es/index.js",
"types": "./dist/cjs/index.d.ts",
"types": "./types/index.d.ts",
"engines": {
"node": ">= 10.0.0"
},
"typesVersions": {
"<3.9": {
"types/*": [
"types/ts3.4/*"
]
}
},
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-locate-window",

@@ -35,0 +43,0 @@ "repository": {

@@ -8,2 +8,3 @@ {

"strictNullChecks": true,
"declarationDir": "./types",
"rootDir": "./src",

@@ -10,0 +11,0 @@ "outDir": "./dist/cjs",

@@ -9,2 +9,3 @@ {

"lib": ["dom", "es5", "es2015.collection"],
"declarationDir": "./types",
"rootDir": "./src",

@@ -11,0 +12,0 @@ "outDir": "./dist/es",

dist/cjs/index.d.ts
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc