Socket
Socket
Sign inDemoInstall

grunt-webpack

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-webpack - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

2

package.json
{
"name": "grunt-webpack",
"description": "Use webpack with grunt.",
"version": "0.11.0",
"version": "0.11.1",
"homepage": "https://github.com/webpack/grunt-webpack",

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

@@ -6,5 +6,5 @@ # grunt-webpack

## Getting Started
Install this grunt plugin next to your project's [grunt.js gruntfile](https://github.com/cowboy/grunt/blob/master/docs/getting_started.md) with: `npm install grunt-webpack`
Install this grunt plugin next to your project's [Gruntfile.js](http://gruntjs.com/getting-started) with: `npm install grunt-webpack`
Then add this line to your project's `grunt.js` gruntfile:
Then add this line to your project's `Gruntfile.js` gruntfile:

@@ -49,3 +49,3 @@ ```javascript

## License
Copyright (c) 2012-2013 Tobias Koppers @sokra
Copyright (c) 2012-2013 Tobias Koppers @sokra
Licensed under the MIT license.

@@ -25,3 +25,3 @@ /*

function getWithPlugins(ns) {
var obj = grunt.config(ns);
var obj = grunt.config(ns) || {};
if(obj.plugins) {

@@ -28,0 +28,0 @@ // getRaw must be used or grunt.config will clobber the types (i.e.

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