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

@aws-sdk/util-locate-window

Package Overview
Dependencies
Maintainers
4
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-locate-window - npm Package Compare versions

Comparing version 0.1.0-preview.1 to 0.1.0-preview.2

CHANGELOG.md

4

build/index.js

@@ -9,6 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });

function locateWindow() {
if (typeof window !== 'undefined') {
if (typeof window !== "undefined") {
return window;
}
else if (typeof self !== 'undefined') {
else if (typeof self !== "undefined") {
return self;

@@ -15,0 +15,0 @@ }

{
"name": "@aws-sdk/util-locate-window",
"version": "0.1.0-preview.1",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
"test": "jest"
},
"author": {
"name": "AWS SDK for JavaScript Team",
"email": "aws-sdk-js@amazon.com",
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"dependencies": {
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^20.0.2",
"@types/node": "^8.10.29",
"jest": "^20.0.4",
"typescript": "^3.0.0"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"gitHead": "960970c0c25938a8d51d1a243d3f21f05acea92e"
"name": "@aws-sdk/util-locate-window",
"version": "0.1.0-preview.2",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
"test": "jest"
},
"author": {
"name": "AWS SDK for JavaScript Team",
"email": "",
"url": "https://aws.amazon.com/javascript/"
},
"license": "Apache-2.0",
"dependencies": {
"tslib": "^1.8.0"
},
"devDependencies": {
"@types/jest": "^24.0.12",
"@types/node": "^10.0.0",
"jest": "^24.7.1",
"typescript": "~3.4.0"
},
"main": "./build/index.js",
"types": "./build/index.d.ts"
}
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"sourceMap": true,
"noImplicitUseStrict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"lib": [
"dom",
"es5",
"es2015.collection"
],
"rootDir": "./src",
"outDir": "./build",
"importHelpers": true,
"noEmitHelpers": true
}
}
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"sourceMap": true,
"noImplicitUseStrict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"lib": ["dom", "es5", "es2015.collection"],
"rootDir": "./src",
"outDir": "./build",
"importHelpers": true,
"noEmitHelpers": true
}
}

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