Socket
Socket
Sign inDemoInstall

react-input-message

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-message - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

8

package.json
{
"name": "react-input-message",
"description": "unopinionated form input annotation",
"version": "0.9.1",
"version": "0.9.2",
"repository": {

@@ -15,5 +15,5 @@ "url": "git://github.com/jquense/react-input-message.git"

"dependencies": {
"classnames": "^1.1.4",
"promise": "^7.0.3",
"topeka": "^0.3.0"
"classnames": "^2.2.3",
"topeka": "^0.3.0",
"universal-promise": "^1.1.0"
},

@@ -20,0 +20,0 @@ "peerDependencies": {

@@ -0,0 +0,0 @@ (function (root, factory) {

@@ -8,3 +8,3 @@ 'use strict';

var React = require('react'),
Promise = require('promise/lib/es6-extensions');
Promise = require('universal-promise');

@@ -11,0 +11,0 @@ var Validator = (function () {

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