Socket
Socket
Sign inDemoInstall

grunt-wiredep

Package Overview
Dependencies
57
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 2.0.0

4

package.json
{
"name": "grunt-wiredep",
"description": "Inject your Bower dependencies right into your HTML from Grunt.",
"version": "1.9.0",
"version": "2.0.0",
"homepage": "http://stephenplusplus.github.io/grunt-wiredep",

@@ -37,4 +37,4 @@ "author": {

"dependencies": {
"wiredep": "^1.5.0"
"wiredep": "^2.1.0"
}
}

@@ -38,3 +38,3 @@ > -

target: {
task: {

@@ -49,14 +49,9 @@ // Point to the files that should be updated when

],
options: {
// See wiredep's configuration documentation for the options
// you may pass:
// Optional:
// ---------
options: {
cwd: '',
dependencies: true,
devDependencies: false,
exclude: [],
fileTypes: {},
ignorePath: '',
overrides: {}
}
// https://github.com/taptapship/wiredep#configuration
}
}

@@ -66,5 +61,6 @@ }

*See [wiredep's readme](http://github.com/stephenplusplus/wiredep) for more options of customization, such as other file types, regex patterns, exclusions, and more.
Options can be specified on both task and target level. See [grunt documentation](http://gruntjs.com/configuring-tasks#options) for more details on how this works.*
See [wiredep's readme](http://github.com/taptapship/wiredep#configuration) for more options of customization, such as other file types, regex patterns, exclusions, and more.
Options can be specified on both task and target level. See [grunt documentation](http://gruntjs.com/configuring-tasks#options) for more details on how this works.
For JavaScript dependencies, pop this in your HTML file:

@@ -71,0 +67,0 @@ ```html

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc