Socket
Socket
Sign inDemoInstall

@types/feedparser

Package Overview
Dependencies
3
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.2.6

14

feedparser/index.d.ts

@@ -11,4 +11,4 @@ // Type definitions for feedparser 2.2

import stream = require('stream');
import { SAXStream } from 'sax';
import stream = require("stream");
import { SAXStream } from "sax";
export = FeedParser;

@@ -21,3 +21,3 @@

meta: {
[key: string]: any
[key: string]: any;
};

@@ -29,3 +29,3 @@ _emitted_meta: boolean;

xhtml: {
[key: string]: any
[key: string]: any;
};

@@ -156,5 +156,5 @@ errors: Error[];

interface Enclosure {
length?: string | undefined;
type?: string | undefined;
url: string;
length?: string | undefined;
type?: string | undefined;
url: string;
}

@@ -161,0 +161,0 @@

{
"name": "@types/feedparser",
"version": "2.2.5",
"version": "2.2.6",
"description": "TypeScript definitions for feedparser",

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

},
"typesPublisherContentHash": "9cbc74a79bf7f8657cde4a714bb952b2e94561d8d1fc08e0b0bdb3240aa406bf",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "b9bf201d00054500e73f93c694206101e53684320a8ec2e6174c8b2a940c7c6f",
"typeScriptVersion": "4.5"
}

@@ -11,4 +11,4 @@ # Installation

### Additional Details
* Last updated: Thu, 16 Dec 2021 22:31:55 GMT
* Dependencies: [@types/sax](https://npmjs.com/package/@types/sax), [@types/node](https://npmjs.com/package/@types/node)
* Last updated: Thu, 14 Sep 2023 15:26:41 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/sax](https://npmjs.com/package/@types/sax)
* Global values: none

@@ -15,0 +15,0 @@

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