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

proptypes

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proptypes - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

3

disabled.js

@@ -25,2 +25,5 @@ (function (global, factory) {

exports.default = {
checkPropTypes: function checkPropTypes() {
return null;
},
array: proptype,

@@ -27,0 +30,0 @@ bool: proptype,

2

package.json
{
"name": "proptypes",
"amdName": "PropTypes",
"version": "1.0.0",
"version": "1.1.0",
"description": "React's PropTypes, packaged up as a standalone module.",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -7,2 +7,3 @@ function proptype() {}

export default {
checkPropTypes: () => null,
array: proptype,

@@ -9,0 +10,0 @@ bool: proptype,

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