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

template

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

template - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

bower.json
{
"name": "template",
"version": "0.1.5",
"version": "0.1.6",
"main": [

@@ -5,0 +5,0 @@ "index.js"

/*
* template
* https://github.com/jonschlinkert/template
* template <https://github.com/jonschlinkert/template>
*

@@ -9,13 +8,11 @@ * Copyright (c) 2014 Jon Schlinkert

'use strict';
const _ = require('lodash');
const file = require('fs-utils');
const delim = require('delims');
// node_modules
var _ = require('lodash');
var file = require('fs-utils');
var delim = require('delims');
// Mix in the methods from underscore string
_.str = require('underscore.string');
_.mixin(_.str.exports());
_.str.include('Underscore.string', 'string');
// Defaults passed to 'delim' lib

@@ -22,0 +19,0 @@ var defaults = {body: '', beginning: '', end: '', flags: 'g'};

{
"name": "template",
"description": "An easy-to-use utility library for processing Lo-dash templates.",
"version": "0.1.5",
"description": "Process Lo-dash templates recursively.",
"version": "0.1.6",
"homepage": "https://github.com/jonschlinkert/template",

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

"dependencies": {
"delims": "~0.1.0",
"fs-utils": "~0.1.11",
"delims": "~0.1.2",
"fs-utils": "~0.4.0",
"lodash": "~2.4.1",

@@ -32,0 +32,0 @@ "underscore.string": "~2.3.3"

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