New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ebot7/edem-react

Package Overview
Dependencies
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebot7/edem-react - npm Package Compare versions

Comparing version 0.11.2 to 0.12.0

6

dist/components.js

@@ -5,4 +5,4 @@ /* eslint-disable */

import { createReactComponent } from './react-component-lib';
import { applyPolyfills, defineCustomElements } from '@ebot7/edem/loader';
applyPolyfills().then(() => defineCustomElements());
import { defineCustomElements } from '@ebot7/edem/loader';
defineCustomElements();
export const EdAccordion = /*@__PURE__*/ createReactComponent('ed-accordion');

@@ -13,3 +13,2 @@ export const EdButton = /*@__PURE__*/ createReactComponent('ed-button');

export const EdDivider = /*@__PURE__*/ createReactComponent('ed-divider');
export const EdDropdown = /*@__PURE__*/ createReactComponent('ed-dropdown');
export const EdIcon = /*@__PURE__*/ createReactComponent('ed-icon');

@@ -20,2 +19,3 @@ export const EdInput = /*@__PURE__*/ createReactComponent('ed-input');

export const EdOption = /*@__PURE__*/ createReactComponent('ed-option');
export const EdPopover = /*@__PURE__*/ createReactComponent('ed-popover');
export const EdSelect = /*@__PURE__*/ createReactComponent('ed-select');

@@ -22,0 +22,0 @@ export const EdTag = /*@__PURE__*/ createReactComponent('ed-tag');

{
"name": "@ebot7/edem-react",
"version": "0.11.2",
"version": "0.12.0",
"sideEffects": false,

@@ -42,3 +42,3 @@ "main": "./dist/index.js",

"dependencies": {
"@ebot7/edem": "^0.11.2"
"@ebot7/edem": "^0.12.0"
},

@@ -49,3 +49,3 @@ "peerDependencies": {

},
"gitHead": "d6c38876888d100d76f10c163f57f6bee5c8e50d"
"gitHead": "45a2292bc8f7c538fa8634a0c4ff9d87a5333769"
}

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

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