Socket
Socket
Sign inDemoInstall

feed

Package Overview
Dependencies
2
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

.github/ISSUE_TEMPLATE/bug_report.md

1

lib/atom1.d.ts

@@ -0,2 +1,3 @@

/// <reference path="types/index.d.ts" />
declare const _default: (ins: Feed) => string;
export default _default;
"use strict";
/// <reference path="types/index.ts" />
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +4,0 @@ var xml = require("xml");

@@ -0,1 +1,2 @@

/// <reference path="types/index.d.ts" />
export declare class Feed {

@@ -2,0 +3,0 @@ options: FeedOptions;

"use strict";
/// <reference path="types/index.ts" />
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +4,0 @@ var atom1_1 = require("./atom1");

@@ -0,2 +1,3 @@

/// <reference path="types/index.d.ts" />
declare const _default: (ins: Feed) => string;
export default _default;
"use strict";
/// <reference path="types/index.ts" />
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +4,0 @@ exports.default = (function (ins) {

@@ -0,2 +1,3 @@

/// <reference path="types/index.d.ts" />
declare const _default: (ins: Feed) => string;
export default _default;
"use strict";
/// <reference path="types/index.ts" />
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +4,0 @@ var xml = require("xml");

4

package.json
{
"name": "feed",
"version": "2.0.0",
"version": "2.0.1",
"description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!",

@@ -9,3 +9,3 @@ "homepage": "https://github.com/jpmonette",

"main": "lib/feed.js",
"types": "dist/feed.d.ts",
"types": "lib/feed.d.ts",
"scripts": {

@@ -12,0 +12,0 @@ "build": "rm -rf lib/ && mkdir lib && tsc",

@@ -0,1 +1,3 @@

/// <reference path="types/index.ts" />
import * as xml from "xml";

@@ -2,0 +4,0 @@ import { generator } from "./config";

@@ -0,1 +1,3 @@

/// <reference path="types/index.ts" />
import renderAtom from "./atom1";

@@ -2,0 +4,0 @@ import renderJSON from "./json";

@@ -0,1 +1,3 @@

/// <reference path="types/index.ts" />
export default (ins: Feed) => {

@@ -2,0 +4,0 @@ const { options, items, extensions } = ins;

@@ -0,1 +1,3 @@

/// <reference path="types/index.ts" />
import * as xml from "xml";

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