Socket
Socket
Sign inDemoInstall

win-doc

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win-doc - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

build/cjs/src/index.js

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

* @param {object} def
* @returns {Object}
* @returns {document}
*/

@@ -48,3 +48,3 @@

* @param {object} def
* @returns {Object}
* @returns {window}
*/

@@ -51,0 +51,0 @@

{
"version": "0.3.1",
"version": "0.3.2",
"name": "win-doc",

@@ -4,0 +4,0 @@ "repository": {

/**
* @param {object|undefined} w
* @param {object} def
* @returns {Object}
* @returns {document}
*/
export function doc(w?: object | undefined, def?: object): any;
export function doc(w?: object | undefined, def?: object): Document;
/**
* @param {object} def
* @returns {Object}
* @returns {window}
*/
export function win(def?: object): any;
export function win(def?: object): Window & typeof globalThis;
/**

@@ -13,0 +13,0 @@ * @param {string} key

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