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

@elvia/elvis-box

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-box - npm Package Compare versions

Comparing version 0.0.1-alpha to 0.0.1-beta.1

4

CHANGELOG.md
# Elvia Box Changelog
## 1.0.0 (22.06.21)
## 0.0.1-alpha (29.06.21)
### New features
- First version of Box
- First version of Box, only working on react

@@ -77,3 +77,7 @@ /*

useEffect(() => {
// Get slotted items from web component
if (!webcomponent) {
return;
} // Get slotted items from web component
if (boxContent.current && webcomponent.getSlot('content')) {

@@ -80,0 +84,0 @@ boxContent.current.innerHTML = '';

{
"name": "@elvia/elvis-box",
"version": "0.0.1-alpha",
"version": "0.0.1-beta.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "web_component.js",

Sorry, the diff of this file is not supported yet

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