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

@types/svg-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/svg-parser - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

7

svg-parser/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for svg-parser 2.0
// Project: https://github.com/Rich-Harris/svg-parser
// Definitions by: mrmlnc <https://github.com/mrmlnc>
// Joel Shinness <https://github.com/JoelCodes>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface TextNode {

@@ -9,0 +2,0 @@ type: "text";

16

svg-parser/package.json
{
"name": "@types/svg-parser",
"version": "2.0.4",
"version": "2.0.5",
"description": "TypeScript definitions for svg-parser",

@@ -10,14 +10,14 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svg-parser",

"name": "mrmlnc",
"url": "https://github.com/mrmlnc",
"githubUsername": "mrmlnc"
"githubUsername": "mrmlnc",
"url": "https://github.com/mrmlnc"
},
{
"name": "Joel Shinness",
"url": "https://github.com/JoelCodes",
"githubUsername": "JoelCodes"
"githubUsername": "JoelCodes",
"url": "https://github.com/JoelCodes"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
}

@@ -34,4 +34,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "c3f6a7be728d82e724769bac8b9e2a3189fcadcf87de458260cedeaf817ede14",
"typesPublisherContentHash": "4cc9dd15c2f0bcf3ad1198f849372ea8d6bf6b45871a07c8ef464fef556a75ea",
"typeScriptVersion": "4.5"
}

@@ -11,9 +11,2 @@ # Installation

````ts
// Type definitions for svg-parser 2.0
// Project: https://github.com/Rich-Harris/svg-parser
// Definitions by: mrmlnc <https://github.com/mrmlnc>
// Joel Shinness <https://github.com/JoelCodes>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface TextNode {

@@ -47,7 +40,6 @@ type: "text";

### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: `svgParser`
# Credits
These definitions were written by [mrmlnc](https://github.com/mrmlnc), [Joel Shinness](https://github.com/JoelCodes), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
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