Socket
Socket
Sign inDemoInstall

jsxte

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsxte - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 3.1.2 (August 27, 2023)
### Bug Fixes
- #### fix: export the InputType type ([#189](https://github.com/ncpa0/jsxte/pull/189))
- #### fix: Add "email" to InputTypes ([#188](https://github.com/ncpa0/jsxte/pull/188))
## 3.1.1 (August 24, 2023)

@@ -2,0 +10,0 @@

1

dist/types/index.d.ts

@@ -20,1 +20,2 @@ import "./utilities/array-flat-polyfill";

export type { JsxteJson } from "./json-renderer/jsx-elem-to-json";
export type { InputType } from "./jsx/prop-types/input-jsx-props";

2

dist/types/jsx/prop-types/input-jsx-props.d.ts
import type { AttributeBool } from "../base-html-tag-props";
export type InputType = "button" | "checkbox" | "color" | "date" | "datetime-local" | "datetime-local" | "file" | "hidden" | "image" | "month" | "number" | "password" | "radio" | "range" | "reset" | "search" | "submit" | "tel" | "text" | "time" | "url" | "week";
export type InputType = "button" | "checkbox" | "color" | "date" | "datetime-local" | "datetime-local" | "email" | "file" | "hidden" | "image" | "month" | "number" | "password" | "radio" | "range" | "reset" | "search" | "submit" | "tel" | "text" | "time" | "url" | "week";
export interface InputTagProps {

@@ -4,0 +4,0 @@ accept?: string;

{
"name": "jsxte",
"version": "3.1.1",
"version": "3.1.2",
"description": "JSX-based html templating engine for browsers or Node environments.",

@@ -5,0 +5,0 @@ "license": "MIT",

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