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.1 to 1.2.2

12

sax/index.d.ts

@@ -13,8 +13,8 @@ // Type definitions for sax-js 1.2

export interface SAXOptions {
trim?: boolean;
normalize?: boolean;
lowercase?: boolean;
xmlns?: boolean;
noscript?: boolean;
position?: boolean;
trim?: boolean | undefined;
normalize?: boolean | undefined;
lowercase?: boolean | undefined;
xmlns?: boolean | undefined;
noscript?: boolean | undefined;
position?: boolean | undefined;
}

@@ -21,0 +21,0 @@

{
"name": "@types/sax",
"version": "1.2.1",
"version": "1.2.2",
"description": "TypeScript definitions for sax-js",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sax",
"license": "MIT",

@@ -39,4 +40,4 @@ "contributors": [

},
"typesPublisherContentHash": "a8df92ec4dd37586a8b17d2528d521db9a2903f188f183a881f30958fa889b62",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "416feacd1feb5e99bddd9852a0a6b235f3b95089d27aa7734a1ba9473729dc6c",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Tue, 21 Jan 2020 21:36:23 GMT
* Last updated: Tue, 06 Jul 2021 16:34:17 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Vincent Siao (Asana, Inc.) (https://github.com/vsiao), Evert Pot (https://github.com/evert), Daniel Cassidy (https://github.com/djcsdy), and Fabian van der Veen (https://github.com/fvanderveen).
These definitions were written by [Vincent Siao (Asana, Inc.)](https://github.com/vsiao), [Evert Pot](https://github.com/evert), [Daniel Cassidy](https://github.com/djcsdy), and [Fabian van der Veen](https://github.com/fvanderveen).

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