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

pope

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pope - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "pope",
"version": "1.0.3",
"version": "1.0.4",
"description": "Micro templating engine for strings only.",

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

@@ -44,3 +44,3 @@ 'use strict'

options = options || { skipUndefined: false, throwOnUndefined: false }
var regex = /\{{2}([\w\$\s]+)\}{2}/gi
var regex = /{{2}(.+?)}{2}/g
var result

@@ -47,0 +47,0 @@ var formattedString = string

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