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

@types/feedparser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/feedparser - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

8

feedparser/index.d.ts

@@ -152,2 +152,8 @@ // Type definitions for feedparser 2.2

interface Enclosure {
length?: string;
type?: string;
url: string;
}
interface Item {

@@ -166,5 +172,5 @@ title: string;

categories: string[];
enclosures: string[];
enclosures: Enclosure[];
meta: Meta;
}
}

7

feedparser/package.json
{
"name": "@types/feedparser",
"version": "2.2.2",
"version": "2.2.3",
"description": "TypeScript definitions for feedparser",

@@ -17,3 +17,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/feedparser"
},

@@ -25,4 +26,4 @@ "scripts": {},

},
"typesPublisherContentHash": "a308a9dfd75cda9d8dfcae862fff22b5d4572261086944dc14ff7f3d7fb287f2",
"typesPublisherContentHash": "b1005e4eb0e2150a47959538560b4ae19f878c5bd6ce27719bd79c7996d5c59a",
"typeScriptVersion": "2.3"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for feedparser ( http://github.com/danmactough/node-feedparser ).
This package contains type definitions for feedparser (http://github.com/danmactough/node-feedparser).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 13 Feb 2019 18:42:07 GMT
* Last updated: Wed, 03 Jul 2019 16:08:04 GMT
* Dependencies: @types/sax, @types/node

@@ -15,0 +15,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