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

@uploadthing/dropzone

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uploadthing/dropzone - npm Package Compare versions

Comparing version 0.1.4-canary.8e61d70 to 0.1.4-canary.aa58d1b

15

package.json
{
"name": "@uploadthing/dropzone",
"version": "0.1.4-canary.8e61d70",
"version": "0.1.4-canary.aa58d1b",
"type": "module",

@@ -78,2 +78,13 @@ "license": "MIT",

],
"rules": {
"no-restricted-imports": [
"error",
{
"patterns": [
"@uploadthing/dropzone",
"@uploadthing/dropzone/*"
]
}
]
},
"overrides": [

@@ -94,5 +105,5 @@ {

"clean": "git clean -xdf core react solid node_modules",
"dev": "bunchee -w --tsconfig tsconfig.build.json",
"dev": "bunchee -w --tsconfig tsconfig.build.json --no-clean",
"typecheck": "tsc --noEmit"
}
}
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