Socket
Socket
Sign inDemoInstall

lodash.templatesettings

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash.templatesettings - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

16

index.js
/**
* lodash 3.1.1 (Custom Build) <https://lodash.com/>
* lodash 4.0.0 (Custom Build) <https://lodash.com/>
* Build: `lodash modularize exports="npm" -o ./`

@@ -23,3 +23,3 @@ * Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>

* @memberOf _
* @type Object
* @type {Object}
*/

@@ -32,3 +32,3 @@ var templateSettings = {

* @memberOf _.templateSettings
* @type RegExp
* @type {RegExp}
*/

@@ -41,3 +41,3 @@ 'escape': reEscape,

* @memberOf _.templateSettings
* @type RegExp
* @type {RegExp}
*/

@@ -50,3 +50,3 @@ 'evaluate': reEvaluate,

* @memberOf _.templateSettings
* @type RegExp
* @type {RegExp}
*/

@@ -59,3 +59,3 @@ 'interpolate': reInterpolate,

* @memberOf _.templateSettings
* @type string
* @type {string}
*/

@@ -68,3 +68,3 @@ 'variable': '',

* @memberOf _.templateSettings
* @type Object
* @type {Object}
*/

@@ -77,3 +77,3 @@ 'imports': {

* @memberOf _.templateSettings.imports
* @type Function
* @type {Function}
*/

@@ -80,0 +80,0 @@ '_': { 'escape': escape }

{
"name": "lodash.templatesettings",
"version": "3.1.1",
"version": "4.0.0",
"description": "The lodash method `_.templateSettings` exported as a module.",

@@ -8,3 +8,3 @@ "homepage": "https://lodash.com/",

"license": "MIT",
"keywords": "lodash, lodash-modularized, stdlib, util, templatesettings",
"keywords": "lodash-modularized, templatesettings",
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",

@@ -20,4 +20,4 @@ "contributors": [

"lodash._reinterpolate": "^3.0.0",
"lodash.escape": "^3.0.0"
"lodash.escape": "^4.0.0"
}
}

@@ -1,2 +0,2 @@

# lodash.templatesettings v3.1.1
# lodash.templatesettings v4.0.0

@@ -18,2 +18,2 @@ The [lodash](https://lodash.com/) method `_.templateSettings` exported as a [Node.js](https://nodejs.org/) module.

See the [documentation](https://lodash.com/docs#templateSettings) or [package source](https://github.com/lodash/lodash/blob/3.1.1-npm-packages/lodash.templatesettings) for more details.
See the [documentation](https://lodash.com/docs#templateSettings) or [package source](https://github.com/lodash/lodash/blob/4.0.0-npm-packages/lodash.templatesettings) for more details.

Sorry, the diff of this file is not supported yet

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