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

uland

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uland - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

3

cjs/x.js
'use strict';
const {createPragma} = require('jsx2tag');
const {html} = require('./index.js');

@@ -13,2 +12,4 @@

(m => Object.keys(m).map(k => k !== 'default' && (exports[k] = m[k])))
(require('jsx2tag'));
(m => Object.keys(m).map(k => k !== 'default' && (exports[k] = m[k])))
(require('./index.js'));
import {createPragma} from 'jsx2tag';
import {html} from './index.js';

@@ -11,2 +10,3 @@

export * from 'jsx2tag';
export * from './index.js';
{
"name": "uland",
"version": "0.10.1",
"version": "0.10.2",
"main": "./cjs/index.js",

@@ -60,3 +60,3 @@ "types": "index.d.ts",

"uhooks-dom": "^0.3.0",
"uhtml": "^2.7.4",
"uhtml": "^2.7.5",
"umap": "^1.0.2"

@@ -63,0 +63,0 @@ },

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