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

extended-proptypes

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extended-proptypes - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

lib/validators/uuid.js

@@ -17,3 +17,2 @@ "use strict";

exports.default = (0, _makeStaticValidator2.default)((0, _makeRegexValidator2.default)(/([a-f\d]{8}(-[a-f\d]{4}){3}-[a-f\d]{12}?)/i));
/^[-+]?[0-9]+\.?[0-9]*(px|r?em|\%)$/;
exports.default = (0, _makeStaticValidator2.default)((0, _makeRegexValidator2.default)(/([a-f\d]{8}(-[a-f\d]{4}){3}-[a-f\d]{12}?)/i));
{
"name": "extended-proptypes",
"version": "1.1.1",
"version": "1.1.2",
"description": "Useful proptypes for react components",

@@ -10,3 +10,4 @@ "main": "lib/index.js",

"build": "rm -rf ./lib && mkdir lib && babel src -d lib",
"prepublish": "npm run build"
"prepublish": "npm run build",
"ci-test": "npm install && npm run lint && npm test"
},

@@ -13,0 +14,0 @@ "repository": "git@github.com:peterkhayes/extended-proptypes.git",

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

[![Build Status](https://travis-ci.org/classdojo/rolling-rate-limiter.svg?branch=master)](https://travis-ci.org/classdojo/rolling-rate-limiter)
[![Build Status](https://travis-ci.org/peterkhayes/extended-proptypes.svg?branch=master)](https://travis-ci.org/peterkhayes/extended-proptypes)
# Extended Prop Types

@@ -3,0 +3,0 @@ Useful proptypes for React components. Developed for and tested on ClassDojo's web app.

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