Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

hexo-generator-feed

Package Overview
Dependencies
138
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

5

lib/generator.js

@@ -8,7 +8,2 @@ 'use strict';

nunjucks.configure({
autoescape: false,
watch: false
});
env.addFilter('uriencode', function(str) {

@@ -15,0 +10,0 @@ return encodeURI(str);

16

package.json
{
"name": "hexo-generator-feed",
"version": "1.1.0",
"version": "1.2.0",
"description": "Feed generator plugin for Hexo",

@@ -26,16 +26,16 @@ "main": "index",

"dependencies": {
"nunjucks": "^1.3.4",
"nunjucks": "^2.4.1",
"object-assign": "^4.0.1"
},
"devDependencies": {
"chai": "^3.2.0",
"cheerio": "^0.19.0",
"eslint": "^1.10.3",
"eslint-config-hexo": "^1.0.2",
"chai": "^3.5.0",
"cheerio": "^0.20.0",
"eslint": "^2.4.0",
"eslint-config-hexo": "^1.0.3",
"hexo": "^3.0.0",
"jscs": "^2.9.0",
"jscs": "^2.11.0",
"jscs-preset-hexo": "^1.0.1",
"mocha": "^2.0.1",
"mocha": "^2.4.5",
"istanbul": "^0.4.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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