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

generator-trend

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-trend - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

app/templates/_app/font/.placeholder

4

app/templates/_Gruntfile_coffee_less.js

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

javascriptsDir: '<%= yeoman.app %>/scripts',
fontsDir: '<%= yeoman.app %>/styles/fonts',
fontsDir: '<%= yeoman.app %>/font',
importPath: 'app/<%= yeoman.bower %>',

@@ -266,3 +266,3 @@ relativeAssets: true

'images/{,*/}*.{webp,gif}',
'styles/fonts/*'
'font/*'
]

@@ -269,0 +269,0 @@ }]

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

javascriptsDir: '<%= yeoman.app %>/scripts',
fontsDir: '<%= yeoman.app %>/styles/fonts',
fontsDir: '<%= yeoman.app %>/font',
importPath: 'app/<%= yeoman.bower %>',

@@ -266,3 +266,3 @@ relativeAssets: true

'images/{,*/}*.{webp,gif}',
'styles/fonts/*'
'font/*'
]

@@ -269,0 +269,0 @@ }]

require.config({
paths: {
jquery: '../components/jquery/jquery',
underscore: '../components/underscore/underscore',
backbone: '../components/backbone/backbone',
text: '../components/requirejs-text/text',
i18next: '../components/i18next/release/i18next.amd.withJQuery-1.6.3.min'
jquery: '../bower_components/jquery/jquery',
underscore: '../bower_components/underscore/underscore',
backbone: '../bower_components/backbone/backbone',
text: '../bower_components/requirejs-text/text',
i18next: '../bower_components/i18next/release/i18next.amd.withJQuery-1.6.3.min'
},

@@ -9,0 +9,0 @@ shim: {

{
"name": "generator-trend",
"version": "0.0.9",
"version": "0.0.10",
"description": "A generator for Yeoman, create trend style project",

@@ -5,0 +5,0 @@ "keywords": [

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