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

react-custom-elements

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-custom-elements - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

dist/index.js

@@ -362,6 +362,10 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

exports.Button = Button;
exports.CheckBox = CheckBox;
exports.Dropdown = Dropdown;
exports.Input = Input;
var index = {
Button: Button,
Input: Input,
CheckBox: CheckBox,
Dropdown: Dropdown
};
module.exports = index;
//# sourceMappingURL=index.js.map

@@ -359,3 +359,10 @@ import React__default, { createElement, useState, useEffect } from 'react';

export { Button, CheckBox, Dropdown, Input };
var index = {
Button: Button,
Input: Input,
CheckBox: CheckBox,
Dropdown: Dropdown
};
export default index;
//# sourceMappingURL=index.modern.js.map
{
"name": "react-custom-elements",
"version": "1.0.0",
"version": "1.0.1",
"description": "React custom elements ",

@@ -5,0 +5,0 @@ "author": "Muhammed Deniz",

Sorry, the diff of this file is not supported yet

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