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

base-elements

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-elements - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

example/index.js

@@ -18,3 +18,3 @@ var append = require('append-child')

'https://github.com/yoshuawuyts/form-element',
'https://github.com/shame/modal-element'
'https://github.com/yoshuawuyts/nanocomponent'
]

@@ -47,3 +47,3 @@

<section class="pt5 mw6-ns">
<h1 class="f1 ma0">
<h1 class="f1 ma0 mt3">
See Also

@@ -50,0 +50,0 @@ </h1>

@@ -64,3 +64,3 @@ 'use strict'

function pressedEscape (e) {
if (e.key !== 'Escape') return onexit()
if (e.key === 'Escape') onexit()
}

@@ -67,0 +67,0 @@ }

{
"name": "base-elements",
"version": "2.1.0",
"version": "2.1.1",
"description": "A selection of native DOM elements",

@@ -5,0 +5,0 @@ "main": "index.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