New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@u-blox/custom-feed

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

@u-blox/custom-feed - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

package.json
{
"name": "@u-blox/custom-feed",
"version": "1.0.3",
"version": "1.0.4",
"description": "Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!",

@@ -55,2 +55,2 @@ "homepage": "https://github.com/afar-ublox/custom-feed",

}
}
}

@@ -10,3 +10,3 @@ import { Feed } from "./feed";

const { options, items, extensions } = ins;
console.log("10", ins, options, items, extensions)
let feed: any = {

@@ -48,4 +48,4 @@ version: "https://jsonfeed.org/version/1",

feed.items = items;
console.log(feed);
console.log("47", feed, items);
return JSON.stringify(feed, null, 4);
};
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