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

react-mkx-components

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mkx-components - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

dist/ScrolllDiv/ScrollDiv.js

4

dist/index.js

@@ -18,5 +18,5 @@ "use strict";

exports.ScrollDiv = exports.Choice = exports.Input = void 0;
const ScrollDiv_1 = require("ScrolllDiv/ScrollDiv");
Object.defineProperty(exports, "ScrollDiv", { enumerable: true, get: function () { return ScrollDiv_1.ScrollDiv; } });
const react_1 = __importDefault(require("react"));
const ScrolllDiv_1 = __importDefault(require("./ScrolllDiv"));
exports.ScrollDiv = ScrolllDiv_1.default;
const Input = (_a) => {

@@ -23,0 +23,0 @@ var { value, setValue } = _a, rest = __rest(_a, ["value", "setValue"]);

@@ -0,4 +1,4 @@

import { ScrollDiv } from "ScrolllDiv/ScrollDiv";
import React, { ChangeEvent, ReactNode } from "react";
import { ChoiceProps, InputProps } from "./index.d";
import ScrollDiv from "./ScrolllDiv";

@@ -5,0 +5,0 @@ /**

{
"name": "react-mkx-components",
"version": "1.0.14",
"version": "1.0.15",
"description": "React custom components provide an efficient means to encapsulate and share logic among components within React Projects. This package includes useful React custom components.",

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