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

htm

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htm - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

7

package.json
{
"name": "htm",
"version": "3.1.0",
"version": "3.1.1",
"description": "The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax.",

@@ -11,2 +11,3 @@ "main": "dist/htm.js",

".": {
"types": "./dist/htm.d.ts",
"browser": "./dist/htm.module.js",

@@ -19,2 +20,3 @@ "umd": "./dist/htm.umd.js",

"./preact": {
"types": "./preact/index.d.ts",
"browser": "./preact/index.module.js",

@@ -26,2 +28,3 @@ "umd": "./preact/index.umd.js",

"./preact/standalone": {
"types": "./preact/index.d.ts",
"browser": "./preact/standalone.module.js",

@@ -33,2 +36,3 @@ "umd": "./preact/standalone.umd.js",

"./react": {
"types": "./react/index.d.ts",
"browser": "./react/index.module.js",

@@ -40,2 +44,3 @@ "umd": "./react/index.umd.js",

"./mini": {
"types": "./mini/index.d.ts",
"browser": "./mini/index.module.js",

@@ -42,0 +47,0 @@ "umd": "./mini/index.umd.js",

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