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.20 to 0.21.21

3

Element.js

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

props.dataset = {}
props.dataset[key.slice(5)] = props[key]
props.dataset[key.slice(5).toLowerCase().replace(/-[a-zA-Z]/g,
(dashLetter) => dashLetter.charAt(1).toUpperCase())] = props[key]
delete props[key]

@@ -1857,0 +1858,0 @@ }

{
"name": "alkali",
"author": "Kris Zyp",
"version": "0.21.20",
"version": "0.21.21",
"description": "Reactivity with native JavaScript objects and HTML elements",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

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