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

generator-kissy-gallery

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-kissy-gallery - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

6

app/index.js

@@ -59,2 +59,5 @@ 'use strict';

default: author.email
},{
name: 'tag',
message: 'tag of component:'
}];

@@ -65,2 +68,3 @@

this.email = props.email;
this.tag = props.tag;
cb();

@@ -132,3 +136,2 @@ }.bind(this));

}
function comConfig(that){

@@ -145,1 +148,2 @@ var jsonFile = './abc.json';

}

3

app/templates/_package.json

@@ -8,4 +8,5 @@ {

"grunt-kmc": "~0.1.1",
"grunt-contrib-cssmin": "~0.6.0"
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-copy":"~0.4.0"
}
}

@@ -6,3 +6,3 @@ {

"cover": "",
"tag":"",
"tag":"<%= tag%>",
"author": {

@@ -9,0 +9,0 @@ "name": "<%= author%>",

@@ -50,2 +50,16 @@ module.exports = function(grunt) {

}
},
copy: {
main: {
files: [
{src: ['<%= pkg.version %>/index.css'], dest: '<%= pkg.version %>/build/index.css'}
]
}
},
cssmin: {
combine: {
files: {
'<%= pkg.version %>/build/index-min.css': ['<%= pkg.version %>/build/index.css']
}
}
}

@@ -57,3 +71,5 @@ });

grunt.loadNpmTasks('grunt-kmc');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-contrib-copy');
return grunt.registerTask('default', ['kmc', 'uglify']);
};

@@ -5,5 +5,7 @@ ## 综述

## 快速使用
* 版本:<%= version %>
* 作者:<%= comConfig.author.name %>
* demo:[http://gallery.kissyui.com/<%= componentName %>/<%= version %>/demo/index.html](http://gallery.kissyui.com/<%= componentName %>/<%= version %>/demo/index.html)
### 初始化组件
## 初始化组件

@@ -15,2 +17,1 @@ S.use('gallery/<%= comConfig.name %>/<%= comConfig.version %>/index', function (S, <%= comConfig.componentClass %>) {

## API说明
{
"name": "generator-kissy-gallery",
"version": "0.2.5",
"version": "0.2.6",
"description": "kissy gallery generator",

@@ -13,5 +13,5 @@ "repository": "",

"dependencies": {
"abc-generator": "~0.1.4",
"abc-generator": "~0.1.5",
"github":"~0.1.8"
}
}

@@ -46,2 +46,6 @@ a yeoman generator for kissy-gallery

###0.2.6
###0.2.5

@@ -48,0 +52,0 @@

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