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

gatsby-plugin-feed

Package Overview
Dependencies
Maintainers
2
Versions
520
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-feed - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

8

package.json
{
"name": "gatsby-plugin-feed",
"version": "1.3.8",
"version": "1.3.9",
"description": "Creates an RSS feed for your Gatsby site.",

@@ -8,3 +8,4 @@ "main": "index.js",

"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},

@@ -21,3 +22,4 @@ "keywords": [

"devDependencies": {
"babel-cli": "^6.26.0"
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},

@@ -24,0 +26,0 @@ "dependencies": {

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