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

react-mkx-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mkx-toolkit - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/index.js

@@ -19,3 +19,3 @@ "use strict";

const react_1 = __importDefault(require("react"));
const useRowSelection_1 = require("useRowSelection");
const useRowSelection_1 = require("./useRowSelection");
Object.defineProperty(exports, "useRowSelection", { enumerable: true, get: function () { return useRowSelection_1.useRowSelection; } });

@@ -22,0 +22,0 @@ const Input = (_a) => {

import React, { ChangeEvent } from "react";
import { useRowSelection } from "useRowSelection";
import { InputProps } from "./index.d";
import { useRowSelection } from "./useRowSelection";
/**

@@ -5,0 +5,0 @@ * Input component.

{
"name": "react-mkx-toolkit",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

@@ -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