Socket
Socket
Sign inDemoInstall

@types/jsdom

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jsdom - npm Package Compare versions

Comparing version 2.0.29 to 2.0.30

2

jsdom/index.d.ts

@@ -92,3 +92,3 @@ // Type definitions for jsdom 2.0.0

*/
export declare function jsdom(markup: string, config?: Config): DocumentWithParentWindow;
export declare function jsdom(markup?: string, config?: Config): DocumentWithParentWindow;

@@ -95,0 +95,0 @@ /**

{
"name": "@types/jsdom",
"version": "2.0.29",
"description": "TypeScript definitions for jsdom 2.0.0",
"version": "2.0.30",
"description": "TypeScript definitions for jsdom",
"license": "MIT",

@@ -14,7 +14,8 @@ "author": "Asana <https://asana.com>",

"dependencies": {
"@types/jquery": "*",
"@types/node": "*"
"@types/node": "*",
"@types/jquery": "*"
},
"typings": "index.d.ts",
"typesPublisherContentHash": "d8e7ca3c9b7af72e5e734387a86ce861b01cec66e622a6d29afcfc7d06ac781e"
"peerDependencies": {},
"typesPublisherContentHash": "75062a538f0175f8ce8653cd6d8e51d94ea5f03290a28d9011c53d87d02df8ae",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for jsdom 2.0.0 (https://github.com/tmpvar/jsdom).
This package contains type definitions for jsdom (https://github.com/tmpvar/jsdom).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/jsdom
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jsdom
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule
* Library Dependencies: jquery, node
* Module Dependencies: none
* Last updated: Mon, 13 Feb 2017 18:30:04 GMT
* Dependencies: node, jquery
* Global values: none

@@ -17,0 +15,0 @@

{
"authors": "Asana <https://asana.com>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"jquery",
"node"
],
"moduleDependencies": [],
"libraryMajorVersion": "2",
"libraryMinorVersion": "0",
"libraryName": "jsdom 2.0.0",
"typingsPackageName": "jsdom",
"projectName": "https://github.com/tmpvar/jsdom",
"name": "jsdom",
"libraryName": "jsdom",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [],
"declaredModules": [
"jsdom"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "d8e7ca3c9b7af72e5e734387a86ce861b01cec66e622a6d29afcfc7d06ac781e"
"data": {
"authors": "Asana <https://asana.com>",
"dependencies": {
"node": "*",
"jquery": "*"
},
"pathMappings": {},
"libraryMajorVersion": 2,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "jsdom",
"typingsPackageName": "jsdom",
"projectName": "https://github.com/tmpvar/jsdom",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"jsdom/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "75062a538f0175f8ce8653cd6d8e51d94ea5f03290a28d9011c53d87d02df8ae"
},
"isLatest": true
}
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