grunt-gluejs
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "grunt-gluejs", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Grunt wrapper for GlueJS", | ||
"main": "tasks/gluejs.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"main": "index.js", | ||
"repository": { | ||
@@ -22,12 +19,5 @@ "type": "git", | ||
"license": "BSD", | ||
"devDependencies": { | ||
"expect.js": "~0.2.0", | ||
"grunt": "~0.3.17", | ||
"grunt-simple-mocha": "~0.2.0", | ||
"mocha": "~1.7.3" | ||
}, | ||
"dependencies": { | ||
"gluejs": "~0.2.0", | ||
"lodash": "~1.0.0-rc.1" | ||
"grunt-glue-js": "*" | ||
} | ||
} |
grunt-gluejs | ||
============ | ||
Grunt wrapper for GlueJS | ||
Example Config: | ||
```javascript | ||
grunt.initConfig({ | ||
gluejs: { | ||
"dist/index.js": { | ||
basepath: "lib", | ||
includes: ["lib/*.js"], | ||
excludes: ["lib/C.js"], | ||
replace: { | ||
"jQuery": "window.$" | ||
}, | ||
npm: { | ||
"lodash": "../../" | ||
}, | ||
exportName: "A" | ||
} | ||
} | ||
}); | ||
grunt.loadNpmTasks("grunt-gluejs"); | ||
``` | ||
This project is no longer maintained. Please use [grunt-glue-js](https://github.com/ngryman/grunt-glue-js). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
0
0
642
4
1
2
5
+ Addedgrunt-glue-js@*
+ Addedabbrev@1.1.1(transitive)
+ Addedamd-resolve@0.1.1(transitive)
+ Addedamdefine@1.0.1(transitive)
+ Addedamdetective@0.0.1(transitive)
+ Addedargparse@0.1.16(transitive)
+ Addedasync@0.1.22(transitive)
+ Addedbrowser-resolve@1.2.4(transitive)
+ Addedbytes@0.2.1(transitive)
+ Addedcoffee-script@1.3.3(transitive)
+ Addedcolors@0.6.2(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addeddateformat@1.0.2-1.2.3(transitive)
+ Addeddebuglog@0.0.2(transitive)
+ Addeddetective@2.4.1(transitive)
+ Addedescodegen@1.1.0(transitive)
+ Addedesprima@1.0.4(transitive)
+ Addedestraverse@1.5.1(transitive)
+ Addedesutils@1.0.0(transitive)
+ Addedeventemitter2@0.4.14(transitive)
+ Addedexit@0.1.2(transitive)
+ Addedfindup-sync@0.1.3(transitive)
+ Addedgetobject@0.1.0(transitive)
+ Addedglob@3.1.213.2.11(transitive)
+ Addedgluejs@2.3.9(transitive)
+ Addedgraceful-fs@1.2.3(transitive)
+ Addedgrunt@0.4.5(transitive)
+ Addedgrunt-glue-js@0.0.5(transitive)
+ Addedgrunt-legacy-log@0.1.3(transitive)
+ Addedgrunt-legacy-log-utils@0.1.1(transitive)
+ Addedgrunt-legacy-util@0.2.0(transitive)
+ Addedhooker@0.2.3(transitive)
+ Addediconv-lite@0.2.11(transitive)
+ Addedinherits@1.0.22.0.4(transitive)
+ Addedjs-yaml@2.0.5(transitive)
+ Addedlodash@0.9.22.4.2(transitive)
+ Addedmicroee@0.0.6(transitive)
+ Addedminilog@2.0.8(transitive)
+ Addedminimatch@0.3.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedminiq@0.1.2(transitive)
+ Addedminitask@0.2.3(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addednopt@1.0.10(transitive)
+ Addedoptimist@0.5.2(transitive)
+ Addedprogress@1.1.8(transitive)
+ Addedreadable-stream@1.1.9(transitive)
+ Addedresolve@0.6.3(transitive)
+ Addedrimraf@2.2.8(transitive)
+ Addedsource-map@0.1.43(transitive)
+ Addedunderscore@1.7.0(transitive)
+ Addedunderscore.string@2.2.12.3.32.4.0(transitive)
+ Addedwhich@1.0.9(transitive)
+ Addedwordwrap@0.0.3(transitive)
- Removedgluejs@~0.2.0
- Removedlodash@~1.0.0-rc.1
- Removedargsparser@0.0.6(transitive)
- Removedgluejs@0.2.2(transitive)
- Removedlodash@1.0.2(transitive)
- Removedminilog@2.0.0(transitive)
- Removedpackage-json-resolver@0.0.1(transitive)