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.0.0 to 1.0.1

sax/LICENSE

3

sax/index.d.ts
// Type definitions for sax-js 1.x
// Project: https://github.com/isaacs/sax-js
// Definitions by: Asana <https://asana.com>
// Evert Pot <https://evertpot.com/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -47,3 +48,3 @@ /// <reference types="node" />

export declare class SAXParser {
constructor(strict: boolean, opt: SAXOptions);
constructor(strict: boolean, opt?: SAXOptions);

@@ -50,0 +51,0 @@ // Methods

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

@@ -10,2 +10,6 @@ "license": "MIT",

"url": "https://asana.com"
},
{
"name": "Evert Pot",
"url": "https://evertpot.com/"
}

@@ -16,3 +20,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -23,5 +27,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "713465fe08315af4a8bd953a5046f529167a1a50a47c7b937106d6ed229b55cf",
"typesPublisherContentHash": "0121d9ccdfc553ea13dd9a37cbb0aea634d033ff8c561e117e64e985865e5808",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/sax
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sax
Additional Details
* Last updated: Fri, 17 Feb 2017 21:20:03 GMT
* Last updated: Thu, 21 Jun 2018 00:15:28 GMT
* Dependencies: stream, node

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

# Credits
These definitions were written by Asana <https://asana.com>.
These definitions were written by Asana <https://asana.com>, Evert Pot <https://evertpot.com/>.
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