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

fast-feed

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-feed - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

12

package.json
{
"name": "fast-feed",
"version": "1.5.3",
"version": "1.5.4",
"keywords": [

@@ -17,7 +17,10 @@ "rss",

"devDependencies": {
"mocha": "1.x",
"eslint": "^2.13.1",
"mocha": "^2.5.3",
"node-gyp": "^2.0.2"
},
"scripts": {
"test": "node-gyp configure build && mocha tests"
"test": "node-gyp configure build && mocha tests",
"test-leak": "node --gc_global tests-leak/cdata.js",
"lint": "eslint index.js tests"
},

@@ -31,3 +34,2 @@ "files": [

"LICENSE.rapidxml",
"Makefile",
"package.json",

@@ -37,5 +39,5 @@ "README.md"

"dependencies": {
"nan": "~2.0.9"
"nan": "~2.3.5"
},
"license": "MIT"
}
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