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

generator-clam

Package Overview
Dependencies
Maintainers
8
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-clam - npm Package Compare versions

Comparing version 0.1.52 to 0.1.53

2

app/index.js

@@ -21,3 +21,3 @@ // 'use strict';

message: 'Install node_modules for grunt now?',
default: 'Y/n',
default: 'N/y',
warning: ''

@@ -24,0 +24,0 @@ }

@@ -217,3 +217,3 @@ /**

// 对'*.html'文件进行HTML合并解析
src: ['**/*.html'],
src: ['pages/**/*.html'],
dest: 'build/'

@@ -277,2 +277,3 @@ }

htmlProxy: '<%= pkg.htmlProxy %>',
// 本机虚机域名
proxyHosts:['demo','demo.com','h5.m.taobao.com'],

@@ -290,3 +291,4 @@ servlet:'?',

// 将重定向到 ./build/pages/search/index.html
'/trip/h5-trains/\(.+\\.\)html':'/pages/$1html'
// Example: '(.+)/trip/h5-car/\(.+\\.\)html':'$1/pages/$2html'
'(.+)/trip/[^\/]+/\(.+\\.\)html':'$1/pages/$2html'
}

@@ -581,2 +583,3 @@ }

actions = actions.concat([
'replace:dist',
'uglify',

@@ -583,0 +586,0 @@ 'cssmin'

{
"name" : "generator-clam",
"version" : "0.1.52",
"version" : "0.1.53",
"description" : "A Clam generator for Yeoman",

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

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