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

gulpman

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulpman - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

8

package.json
{
"name": "gulpman",
"version": "1.0.5",
"version": "1.0.6",
"description": "Create Modular Front-End Build System, based on gulp ,easy useage",
"engines": {
"node": ">=4.2.0"
},
"main": "index.js",

@@ -30,2 +33,5 @@ "scripts": {

"homepage": "https://github.com/xunuoi/gulpman#readme",
"dependencies":{
"shelljs": "^0.5.3"
},
"devDependencies": {

@@ -32,0 +38,0 @@ "babel-core": "^6.4.0",

@@ -1,1 +0,10 @@

console.log('wow**************')
var sh = require('shelljs')
console.log('now install')
sh.exec('npm install -g cnpm --registry=https://registry.npm.taobao.org')
sh.exec('cnpm install gulp-sass --save')
console.log('\nInstall Completed!\nGulpman Install Succeed!\nNow you can use the gulpman module in your gulpfile.js')
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