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

@types/sax

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sax - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

sax/index.d.ts

@@ -93,3 +93,3 @@ // Type definitions for sax-js 1.2

constructor(strict?: boolean, opt?: SAXOptions);
private _parser: SAXParser;
_parser: SAXParser;
on(event: "text", listener: (this: this, text: string) => void): this;

@@ -96,0 +96,0 @@ on(event: "doctype", listener: (this: this, doctype: string) => void): this;

{
"name": "@types/sax",
"version": "1.2.2",
"version": "1.2.3",
"description": "TypeScript definitions for sax-js",

@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sax",

},
"typesPublisherContentHash": "416feacd1feb5e99bddd9852a0a6b235f3b95089d27aa7734a1ba9473729dc6c",
"typesPublisherContentHash": "894751fd53a96d551bc70a3f7ce7a2c229fbbfc1ed56fbcc581a90e7f74fa11a",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 06 Jul 2021 16:34:17 GMT
* Last updated: Thu, 15 Jul 2021 23:01:20 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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