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.0.3 to 1.0.4

6

index.ts

@@ -21,2 +21,7 @@ import React, { ChangeEvent } from "react";

};
const inputStyle: React.CSSProperties = {
border: "1px solid #ccc",
padding: "8px",
borderRadius: "4px",
};

@@ -27,2 +32,3 @@ return React.createElement("input", {

onChange: handleChange,
style: { inputStyle },
...rest,

@@ -29,0 +35,0 @@ });

2

package.json
{
"name": "react-mkx-toolkit",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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