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

escape-delims

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escape-delims - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

README.md

3

.verbrc.md

@@ -27,2 +27,5 @@ # {%= name %} {%= badge('fury') %}

console.log(delims.escape('{%%= foo %}'));
//=> '(;}%%{;)= foo (;}%{;)'
console.log(delims.unescape('(;}%%{;)= foo (;}%{;)'));
//=> '{%= foo %}'

@@ -29,0 +32,0 @@ ```

@@ -14,2 +14,3 @@ /**

delims.escape = function(str) {

@@ -16,0 +17,0 @@ return replace.strWithArr(str, [

2

package.json
{
"name": "escape-delims",
"description": "Escape delimiters in templates. Used with Lo-Dash and underscore templates but could be used with other template engines as well.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/escape-delims",

@@ -6,0 +6,0 @@ "author": {

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