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

solid-js

Package Overview
Dependencies
Maintainers
1
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-js - npm Package Compare versions

Comparing version 0.5.0-beta.1 to 0.5.0-beta.2

4

dist/html.js

@@ -5,4 +5,4 @@ import { createHTML } from 'lit-dom-expressions';

const h = createHTML(r);
const html = createHTML(r);
export { h };
export { html };

@@ -8,3 +8,3 @@ 'use strict';

const h = litDomExpressions.createHTML(dom.r);
const html = litDomExpressions.createHTML(dom.r);

@@ -23,2 +23,2 @@ Object.defineProperty(exports, 'selectEach', {

});
exports.h = h;
exports.html = html;
{
"name": "solid-js",
"description": "A declarative JavaScript library for building user interfaces.",
"version": "0.5.0-beta.1",
"version": "0.5.0-beta.2",
"author": "Ryan Carniato",

@@ -6,0 +6,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