Socket
Socket
Sign inDemoInstall

@altiore/form

Package Overview
Dependencies
7
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.5 to 0.3.6

3

dist/@common/types.d.ts
/// <reference types="react" />
export interface ListItem {
name: string;
index: number;
key: string;
append: () => void;

@@ -6,0 +5,0 @@ prepend: () => void;

@@ -36,4 +36,3 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {

append: function () { return _this.add(index, 1); },
index: index,
name: name,
key: name,
prepend: function () { return _this.add(index, 0); },

@@ -40,0 +39,0 @@ remove: function () { return _this.remove(index); },

{
"name": "@altiore/form",
"version": "0.3.5",
"version": "0.3.6",
"description": "Form helper for building powerful forms",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc