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

armstrong-react

Package Overview
Dependencies
Maintainers
5
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

armstrong-react - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

dist/components/form/form.d.ts

@@ -32,2 +32,4 @@ import * as PropTypes from "prop-types";

focusFirstEmptyInput?: boolean;
/** (() => void) Allows custom submit handling */
onSubmit?: () => void;
}

@@ -34,0 +36,0 @@ export interface IFormContext {

@@ -95,2 +95,5 @@ "use strict";

_this.preventDefault = function (e) {
if (_this.props.onSubmit) {
_this.props.onSubmit();
}
e.preventDefault();

@@ -97,0 +100,0 @@ return false;

2

package.json
{
"name": "armstrong-react",
"version": "3.0.3",
"version": "3.0.4",
"description": "Rocketmakers Armstrong library of React components",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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