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

machinepack-fs

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-fs - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "machinepack-fs",
"version": "0.1.3",
"version": "0.1.4",
"description": "Machines for working with the local filesystem.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -35,2 +35,8 @@ /**

defaultsTo: false
},
options: {
description: 'template options (see http://lodash.com/docs#template)',
example: {
interpolate: /{{([\s\S]+?)}}/g
}
}

@@ -68,3 +74,4 @@ },

try {
contents = _.template(contents, $i.data);
var options = $i.options || {};
contents = _.template(contents, $i.data, options);

@@ -71,0 +78,0 @@ // With lodash teplates, HTML entities are escaped by default.

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