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

grunt-wiredep

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-wiredep - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

2

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

@@ -6,0 +6,0 @@ "author": {

@@ -51,9 +51,11 @@ > -

// ---------
cwd: '',
dependencies: true,
devDependencies: false,
exclude: [],
fileTypes: {},
ignorePath: '',
overrides: {}
options: {
cwd: '',
dependencies: true,
devDependencies: false,
exclude: [],
fileTypes: {},
ignorePath: '',
overrides: {}
}
}

@@ -63,5 +65,5 @@ }

*See [wiredep's readme](http://github.com/stephenplusplus/wiredep) for more options of customization, such as other file types, regex patterns, exclusions, and more.*
*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.*
For JavaScript dependencies, pop this in your HTML file:

@@ -68,0 +70,0 @@ ```html

@@ -6,3 +6,4 @@ 'use strict';

this.requiresConfig(['wiredep', this.target, 'src']);
require('wiredep')(this.data);
// Extend the options object with the entire data object (instead of just .src) for backward compatibility.
require('wiredep')(this.options(this.data));
});

@@ -9,0 +10,0 @@ }

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