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

nav-frontend-skjema

Package Overview
Dependencies
Maintainers
2
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nav-frontend-skjema - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

lib/input.d.ts

@@ -27,3 +27,3 @@ import * as React from "react";

*/
inputRef?: (element: HTMLInputElement | null) => any;
inputRef?: ((element: HTMLInputElement | null) => any) | React.RefObject<HTMLInputElement>;
/**

@@ -30,0 +30,0 @@ * Label for tekstfeltet

@@ -95,3 +95,3 @@ "use strict";

*/
inputRef: PT.func,
inputRef: PT.oneOfType([PT.func, PT.shape({ current: PT.any })]),
/**

@@ -98,0 +98,0 @@ * Classname som blir satt på komponentwrapperen

@@ -67,3 +67,3 @@ import * as React from "react";

radioGroup?: string | undefined;
role?: string | undefined;
role?: "alert" | "alertdialog" | "application" | "article" | "banner" | "button" | "cell" | "checkbox" | "columnheader" | "combobox" | "complementary" | "contentinfo" | "definition" | "dialog" | "directory" | "document" | "feed" | "figure" | "form" | "grid" | "gridcell" | "group" | "heading" | "img" | "link" | "list" | "listbox" | "listitem" | "log" | "main" | "marquee" | "math" | "menu" | "menubar" | "menuitem" | "menuitemcheckbox" | "menuitemradio" | "navigation" | "none" | "note" | "option" | "presentation" | "progressbar" | "radio" | "radiogroup" | "region" | "row" | "rowgroup" | "rowheader" | "scrollbar" | "search" | "searchbox" | "separator" | "slider" | "spinbutton" | "status" | "switch" | "tab" | "table" | "tablist" | "tabpanel" | "term" | "textbox" | "timer" | "toolbar" | "tooltip" | "tree" | "treegrid" | "treeitem" | (string & {}) | undefined;
about?: string | undefined;

@@ -89,7 +89,7 @@ datatype?: string | undefined;

unselectable?: "off" | "on" | undefined;
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
is?: string | undefined;
'aria-activedescendant'?: string | undefined;
'aria-atomic'?: boolean | "true" | "false" | undefined;
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
'aria-busy'?: boolean | "true" | "false" | undefined;

@@ -105,3 +105,3 @@ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;

'aria-disabled'?: boolean | "true" | "false" | undefined;
'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
"aria-errormessage": string | undefined;

@@ -111,3 +111,3 @@ 'aria-expanded'?: boolean | "true" | "false" | undefined;

'aria-grabbed'?: boolean | "true" | "false" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
'aria-hidden'?: boolean | "true" | "false" | undefined;

@@ -114,0 +114,0 @@ "aria-invalid": boolean | "true" | "false" | "grammar" | "spelling";

{
"name": "nav-frontend-skjema",
"version": "4.0.1",
"version": "4.0.2",
"main": "lib/index.js",

@@ -39,3 +39,3 @@ "types": "lib/index.d.ts",

},
"gitHead": "efc45667b020b74bde01590a8df3cb16d61899ae"
"gitHead": "588d4858411e9603bce109a7d2b7934bf67500d3"
}

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