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

hexo-helper-simple-tagcloud

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-helper-simple-tagcloud - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

lib/index.js

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

var Hexo = require('hexo');
var hexo = new Hexo(process.cwd(), {});
var _ = {

@@ -2,0 +4,0 @@ extend: require('lodash.assign')

10

package.json
{
"name": "hexo-helper-simple-tagcloud",
"version": "0.1.1",
"version": "0.2.0",
"description": "A simplified and improved tag cloud generator for Hexo.",
"main": "index.js",
"devDependencies": {
"del": "^0.1.2",
"del": "^2.2.0",
"gulp": "^3.8.7",
"gulp-bump": "^0.1.11",
"yargs": "^1.3.1",
"gulp-bump": "^1.0.0",
"yargs": "^3.31.0",
"coffee-script": "^1.7.1"

@@ -34,4 +34,4 @@ },

"dependencies": {
"lodash.assign": "^2.4.1"
"lodash.assign": "^3.2.0"
}
}

@@ -26,2 +26,4 @@ hexo-helper-simple-tagcloud [![NPM version][npm-image]][npm-url] [![Dependency Status][depstat-image]][depstat-url]

**HINT** For Windows user, if your git complains `filename too long` issue, please execute `git config --global core.longpaths true` to fix the issue. Thanks [@heartnn](https://github.com/heartnn) for the issue and solution.
## License

@@ -28,0 +30,0 @@ 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