Socket
Socket
Sign inDemoInstall

grunt-lodash

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-lodash - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

33

LICENSE.txt

@@ -1,13 +0,11 @@

Copyright 2013 Blaine Bublitz
Based on Grunt-Lodashbuilder 0.1.7,
Copyright (c) 2012 asciidisco
Copyright 2013 The Dojo Foundation <http://dojofoundation.org/>
Based on Grunt-Lodashbuilder 0.1.7, copyright 2012 Sebastian Golasch
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

@@ -18,8 +16,7 @@ The above copyright notice and this permission notice shall be

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
{
"name": "grunt-lodash",
"version": "0.2.0",
"version": "0.2.1",
"description": "Grunt wrapper around the Lo-Dash build tool.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/lodash/grunt-lodash",

@@ -8,3 +8,3 @@ # grunt-lodash <sup>v0.2.0</sup>

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
If you haven’t used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you’re familiar with that process, you may install this plugin with this command:

@@ -15,3 +15,3 @@ ```shell

One the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

@@ -23,3 +23,3 @@ ```js

### Overview
In your project's Gruntfile, add a section named `lodash` to the data object passed into `grunt.initConfig()`.
In your project’s Gruntfile, add a section named `lodash` to the data object passed into `grunt.initConfig()`.

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

More information can be found in the [Lo-Dash custom builds section](http://lodash.com/#custom-builds)
More information can be found in the [Lo-Dash custom builds section](http://lodash.com/custom-builds)

@@ -101,5 +101,5 @@ ```javascript

* Configuration syntax uses "grunt-style"
* Configuration syntax uses “grunt-style”
* Ability to specify custom version of Lo-Dash through peerDependency
* Use `grunt.util.spawn` to use Lo-Dash's build process directly
* Use `grunt.util.spawn` to use Lo-Dash’s build process directly
* Full test suite

@@ -110,3 +110,3 @@

## Contributing
If you like to file an issue or submit a pull request, please check the [contributing guidelines](https://github.com/lodash/grunt-lodash/blob/master/CONTRIBUTING.md)
If you’d like to file an issue or submit a pull request, please check the [contributing guidelines](https://github.com/lodash/grunt-lodash/blob/master/CONTRIBUTING.md)

@@ -120,3 +120,3 @@ ## Resources

| [![twitter/blainebublitz](http://secure.gravatar.com/avatar/ac1c67fd906c9fecd823ce302283b4c1?s=70)](http://twitter.com/blainebublitz "Follow @BlaineBublitz on Twitter") |
| [![twitter/blainebublitz](http://gravatar.com/avatar/ac1c67fd906c9fecd823ce302283b4c1?s=70)](http://twitter.com/blainebublitz "Follow @BlaineBublitz on Twitter") |
|---|

@@ -123,0 +123,0 @@ | [Blaine Bublitz](http://iceddev.com/) |

@@ -69,3 +69,2 @@ module.exports = function(grunt) {

});
};
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