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

@rocketmakers/armstrong

Package Overview
Dependencies
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocketmakers/armstrong - npm Package Compare versions

Comparing version

to
0.0.1-alpha.46

dist/components/form/inputs/throttledTextInput.d.ts

1

dist/index.d.ts

@@ -32,2 +32,3 @@ export { IInputValueConverter, IValueConverter } from "./components/form/formValueConverters";

export { useForm, createFormContext, UseFormContext, IUseFormProps } from "./components/form/formHooks";
export { IThrottledTextInputProps, ThrottledTextInput } from "./components/form/inputs/throttledTextInput";
export { IButtonProps, Button, IButton as IButtonRef, ButtonConfirmDialog, IButtonConfirmDialog, useButtonConfirmDialog } from "./components/interaction/button";

@@ -34,0 +35,0 @@ export { IGridProps, Grid, IRowProps, Row, IColProps, Col } from "./components/layout/grid";

@@ -77,2 +77,4 @@ "use strict";

exports.UseFormContext = formHooks_1.UseFormContext;
var throttledTextInput_1 = require("./components/form/inputs/throttledTextInput");
exports.ThrottledTextInput = throttledTextInput_1.ThrottledTextInput;
// Interaction

@@ -79,0 +81,0 @@ var button_1 = require("./components/interaction/button");

2

package.json
{
"name": "@rocketmakers/armstrong",
"version": "0.0.1-alpha.45",
"version": "0.0.1-alpha.46",
"description": "Rocketmakers Armstrong library of React components",

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