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
22
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.20 to 0.0.21

2

cjs/template.js

@@ -620,3 +620,3 @@ "use strict";

const attributeValue = this.source.substring(position, this.index);
if (inInput && (hasTypeSubmit === undefined)) {
if (inInput && !hasTypeSubmit) {
hasTypeSubmit = (attributeChar === 't') && (attributeValue[0] === 's')

@@ -623,0 +623,0 @@ && (attributeName === 'type') && (attributeValue === 'submit');

@@ -615,3 +615,3 @@ import Str from '@itrocks/rename';

const attributeValue = this.source.substring(position, this.index);
if (inInput && (hasTypeSubmit === undefined)) {
if (inInput && !hasTypeSubmit) {
hasTypeSubmit = (attributeChar === 't') && (attributeValue[0] === 's')

@@ -618,0 +618,0 @@ && (attributeName === 'type') && (attributeValue === 'submit');

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

"types": "./esm/template.d.ts",
"version": "0.0.20"
"version": "0.0.21"
}
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