Socket
Socket
Sign inDemoInstall

grunt-wiredep

Package Overview
Dependencies
Maintainers
2
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 2.0.0 to 3.0.0

8

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

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

"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
"node": ">=0.10.0",
"npm": ">=2.3.0"
},

@@ -38,4 +38,4 @@ "peerDependencies": {

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

@@ -95,4 +95,8 @@ > -

## Tutorial
A simple [tutorial](http://grunt-tasks.com/grunt-wiredep/) on how to use grunt-wiredep
## License
Copyright (c) 2014 Stephen Sawchuk
Licensed under the MIT license.
'use strict';
function wiredep(grunt) {
grunt.registerMultiTask('wiredep', 'Inject Bower components into your source code.', function () {
grunt.registerMultiTask('wiredep', 'Inject Bower packages into your source code.', function () {
this.requiresConfig(['wiredep', this.target, 'src']);
// Extend the options object with the entire data object (instead of just .src) for backward compatibility.
require('wiredep')(this.options(this.data));
var options = this.options(this.data);
require('wiredep')(options);
});

@@ -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