Socket
Socket
Sign inDemoInstall

generator-liveblog-theme

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-liveblog-theme - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

generators/app/templates/less/_theme.less

8

generators/app/index.js

@@ -72,3 +72,3 @@ 'use strict';

this.fs.copy(
this.fs.copyTpl(
this.templatePath('_rev-manifest.json'),

@@ -84,2 +84,8 @@ this.destinationPath('dist/rev-manifest.json'),

this.fs.copyTpl(
this.templatePath('less/_theme.less'),
this.destinationPath('less/' + this.props.name + '.less'),
this.props
);
mkdirp('templates');

@@ -86,0 +92,0 @@ mkdirp('less');

2

package.json
{
"name": "generator-liveblog-theme",
"version": "0.4.3",
"version": "0.4.4",
"description": "Yeoman generator",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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