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

@types/react-modal

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-modal - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

9

react-modal/package.json
{
"name": "@types/react-modal",
"version": "1.3.3",
"version": "1.3.4",
"description": "TypeScript definitions for react-modal v1.3.0",

@@ -13,4 +13,7 @@ "license": "MIT",

"scripts": {},
"dependencies": {},
"typings": "react-modal.d.ts"
"dependencies": {
"@types/react": "*"
},
"typings": "react-modal.d.ts",
"typesPublisherContentHash": "e71e10988618a68b9a8ba314b73227e5fd754609a0556ee25e2b1b312cbb45cc"
}

@@ -26,4 +26,4 @@ // Type definitions for react-modal v1.3.0

}
let ReactModal: __React.ClassicComponentClass<ReactModal>;
let ReactModal: React.ClassicComponentClass<ReactModal>;
export = ReactModal;
}

@@ -11,5 +11,5 @@ # Installation

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:09 GMT
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: DeclareModule
* Library Dependencies: none
* Library Dependencies: react
* Module Dependencies: none

@@ -16,0 +16,0 @@ * Global values: none

{
"authors": "Rajab Shakirov <https://github.com/radziksh>",
"definitionFilename": "react-modal.d.ts",
"libraryDependencies": [],
"libraryDependencies": [
"react"
],
"moduleDependencies": [],

@@ -22,3 +24,3 @@ "libraryMajorVersion": "1",

"hasPackageJson": false,
"contentHash": "e341324791405e45621f47de500dc36514dda1ae9ad173aa18432b34bb89ff84"
"contentHash": "e71e10988618a68b9a8ba314b73227e5fd754609a0556ee25e2b1b312cbb45cc"
}
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