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

alkali

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alkali - npm Package Compare versions

Comparing version 0.21.10 to 0.21.11

1

Element.js

@@ -1845,2 +1845,3 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) {

Element.createElement = function(element, props) {
props = props || {}
if (arguments.length > 2)

@@ -1847,0 +1848,0 @@ props.content = [].slice.call(arguments, 2)

@@ -925,2 +925,3 @@ declare namespace alkali {

export function content<T>(node: T): T
export function createElement(element: string|Function, properties: ElementProperties, ...children: Array<ElementChild>): ElementClass<HTMLElement>

@@ -927,0 +928,0 @@ export function getNextVersion(): number

2

package.json
{
"name": "alkali",
"author": "Kris Zyp",
"version": "0.21.10",
"version": "0.21.11",
"description": "Reactivity with native JavaScript objects and HTML elements",

@@ -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