🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@types/popup-window

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/popup-window - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+0
-5
popup-window/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for popup-window 1.0
// Project: https://github.com/webdeveric/popup-window#readme
// Definitions by: Aram Khachatrian <https://github.com/aramwram>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface PopupWindowConfig {

@@ -7,0 +2,0 @@ name?: string | undefined;

+5
-5
{
"name": "@types/popup-window",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for popup-window",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/popup-window",

"name": "Aram Khachatrian",
"url": "https://github.com/aramwram",
"githubUsername": "aramwram"
"githubUsername": "aramwram",
"url": "https://github.com/aramwram"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "4686ca773ea04a248a7d3b71acd18ca5ad2dfbb6cb7b42eafd2ba7fd43c4c1c4",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "79d6696d17854e17c7a0b225e2b7daec09f18c1ebcb27af90acd6f94dc8fd58d",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for popup-window 1.0
// Project: https://github.com/webdeveric/popup-window#readme
// Definitions by: Aram Khachatrian <https://github.com/aramwram>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface PopupWindowConfig {

@@ -68,7 +63,6 @@ name?: string | undefined;

### Additional Details
* Last updated: Thu, 08 Jul 2021 20:19:43 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Aram Khachatrian](https://github.com/aramwram).