Socket
Socket
Sign inDemoInstall

jsxte

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.4 to 3.1.5

8

CHANGELOG.md

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

## 3.1.5 (October 10, 2023)
### Bug Fixes
- #### fix: types for specific elements were missing ([#218](https://github.com/ncpa0/jsxte/pull/218))
Types for many elements were missing, this was because types for them were defined as a namespace interfaces in standalone files that were never imported and therefore TypeScript would never load them.
## 3.1.4 (September 16, 2023)

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

@@ -0,1 +1,46 @@

/// <reference path="prop-types/a-jsx-props.d.ts" />
/// <reference path="prop-types/area-jsx-props.d.ts" />
/// <reference path="prop-types/audio-jsx-props.d.ts" />
/// <reference path="prop-types/base-jsx-props.d.ts" />
/// <reference path="prop-types/bdo-jsx-props.d.ts" />
/// <reference path="prop-types/blockquote-jsx-props.d.ts" />
/// <reference path="prop-types/button-jsx-props.d.ts" />
/// <reference path="prop-types/canvas-jsx-props.d.ts" />
/// <reference path="prop-types/col-jsx-props.d.ts" />
/// <reference path="prop-types/colgroup-jsx-props.d.ts" />
/// <reference path="prop-types/data-jsx-props.d.ts" />
/// <reference path="prop-types/del-jsx-props.d.ts" />
/// <reference path="prop-types/details-jsx-props.d.ts" />
/// <reference path="prop-types/dialog-jsx-props.d.ts" />
/// <reference path="prop-types/embed-jsx-props.d.ts" />
/// <reference path="prop-types/form-jsx-props.d.ts" />
/// <reference path="prop-types/html-jsx-props.d.ts" />
/// <reference path="prop-types/iframe-jsx-props.d.ts" />
/// <reference path="prop-types/img-jsx-props.d.ts" />
/// <reference path="prop-types/input-jsx-props.d.ts" />
/// <reference path="prop-types/ins-jsx-props.d.ts" />
/// <reference path="prop-types/label-jsx-props.d.ts" />
/// <reference path="prop-types/li-jsx.props.d.ts" />
/// <reference path="prop-types/link-jsx-props.d.ts" />
/// <reference path="prop-types/map-jsx-props.d.ts" />
/// <reference path="prop-types/meta-jsx-props.d.ts" />
/// <reference path="prop-types/meter-jsx-props.d.ts" />
/// <reference path="prop-types/object-jsx-props.d.ts" />
/// <reference path="prop-types/ol-jsx-props.d.ts" />
/// <reference path="prop-types/optgroup-jsx-props.d.ts" />
/// <reference path="prop-types/option-jsx-props.d.ts" />
/// <reference path="prop-types/output-jsx-props.d.ts" />
/// <reference path="prop-types/param-jsx-props.d.ts" />
/// <reference path="prop-types/progress-jsx-props.d.ts" />
/// <reference path="prop-types/q-jsx-props.d.ts" />
/// <reference path="prop-types/script-jsx-props.d.ts" />
/// <reference path="prop-types/select-jsx-props.d.ts" />
/// <reference path="prop-types/source-jsx-props.d.ts" />
/// <reference path="prop-types/style-jsx-props.d.ts" />
/// <reference path="prop-types/td-jsx-props.d.ts" />
/// <reference path="prop-types/textarea-jsx-props.d.ts" />
/// <reference path="prop-types/th-jsx-props.d.ts" />
/// <reference path="prop-types/time-jsx-props.d.ts" />
/// <reference path="prop-types/track-jsx-props.d.ts" />
/// <reference path="prop-types/video-jsx-props.d.ts" />
import type { HTMLProps } from "./base-html-tag-props";

@@ -2,0 +47,0 @@ declare global {

2

package.json
{
"name": "jsxte",
"version": "3.1.4",
"version": "3.1.5",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc