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

@mbao01/common

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mbao01/common - npm Package Compare versions

Comparing version 0.0.35 to 0.0.36

3

dist/types/components/FileUploader/types.d.ts

@@ -1,2 +0,2 @@

import type { Dispatch, SetStateAction } from "react";
import type { Dispatch, Ref, SetStateAction } from "react";
import type { DropzoneState, DropzoneOptions } from "react-dropzone";

@@ -22,2 +22,3 @@ export type FileUploaderProps = {

direction: DirectionOptions;
hiddenInputRef: Ref<HTMLInputElement>;
};
{
"name": "@mbao01/common",
"private": false,
"version": "0.0.35",
"version": "0.0.36",
"type": "module",

@@ -148,3 +148,3 @@ "author": "Ayomide Bakare",

},
"gitHead": "4e024b19d151c05b6c1580f461e348f5376c33b9"
"gitHead": "56575cccb960383ac1b9397068161bbd1b25a477"
}

@@ -1,2 +0,2 @@

import type { Dispatch, SetStateAction } from "react";
import type { Dispatch, Ref, SetStateAction } from "react";
import type { DropzoneState, DropzoneOptions } from "react-dropzone";

@@ -27,2 +27,3 @@

direction: DirectionOptions;
hiddenInputRef: Ref<HTMLInputElement>;
};

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