Socket
Socket
Sign inDemoInstall

@types/ltx

Package Overview
Dependencies
2
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.1 to 2.8.2

4

ltx/lib/Parser.d.ts

@@ -13,4 +13,4 @@ /// <reference types="node" />

export interface ParserOptions {
Parser?: typeof Parser;
Element?: typeof Element;
Parser?: typeof Parser | undefined;
Element?: typeof Element | undefined;
}
{
"name": "@types/ltx",
"version": "2.8.1",
"version": "2.8.2",
"description": "TypeScript definitions for ltx",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ltx",
"license": "MIT",

@@ -19,6 +20,7 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/ltx"
},

@@ -29,4 +31,4 @@ "scripts": {},

},
"typesPublisherContentHash": "2abb4b1ab2047a736a4aff4e3c1029a88a351e0cb10864f508f0c8bc0794a899",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "eadcd0d7ffd3024014d341ab2fbb4668e1677b27de1f3a1d18811b1bca20965d",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for ltx ( http://github.com/node-xmpp/ltx ).
This package contains type definitions for ltx (http://github.com/node-xmpp/ltx).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ltx
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ltx.
Additional Details
* Last updated: Wed, 13 Feb 2019 21:04:27 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Thu, 08 Jul 2021 16:23:52 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by PJakcson <https://github.com/PJakcson>, BendingBender <https://github.com/BendingBender>.
These definitions were written by [PJakcson](https://github.com/PJakcson), and [BendingBender](https://github.com/BendingBender).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc