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

@itrocks/template

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itrocks/template - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

4

cjs/template.js

@@ -396,4 +396,4 @@ "use strict";

index++;
if (!/[a-z0-9@%{]/i.test(source[index])
|| !this.doExpression
if (!this.doExpression
|| !this.startsExpression(source[index])
|| ((source[index] === 'B') && this.included && (source.substring(index, index + 8) === 'BEGIN-->'))

@@ -400,0 +400,0 @@ || ((source[index] === 'E') && this.included && (source.substring(index, index + 6) === 'END-->'))) {

@@ -391,4 +391,4 @@ import Str from '@itrocks/rename';

index++;
if (!/[a-z0-9@%{]/i.test(source[index])
|| !this.doExpression
if (!this.doExpression
|| !this.startsExpression(source[index])
|| ((source[index] === 'B') && this.included && (source.substring(index, index + 8) === 'BEGIN-->'))

@@ -395,0 +395,0 @@ || ((source[index] === 'E') && this.included && (source.substring(index, index + 6) === 'END-->'))) {

@@ -63,3 +63,3 @@ {

"types": "./esm/template.d.ts",
"version": "0.0.15"
"version": "0.0.16"
}

@@ -5,3 +5,3 @@ [![npm version](https://img.shields.io/npm/v/@itrocks/template?logo=npm)](https://www.npmjs.org/package/@itrocks/template)

[![issues](https://img.shields.io/github/issues/itrocks-ts/template)](https://github.com/itrocks-ts/template/issues)
[![discord](https://img.shields.io/discord/1314141024020467782?color=7289da&label=discord&logo=discord&logoColor=white)](https://discord.gg/WFPJjmUx)
[![discord](https://img.shields.io/discord/1314141024020467782?color=7289da&label=discord&logo=discord&logoColor=white)](https://discord.gg/RZYhmhgrCk)

@@ -8,0 +8,0 @@ # template

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