New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.31 to 1.0.32

1

lib/checkboks-panel.d.ts

@@ -7,2 +7,3 @@ import * as React from 'react';

label: string;
subtext?: string;
value?: string;

@@ -9,0 +10,0 @@ id?: string;

3

lib/checkboks-panel.js

@@ -51,2 +51,3 @@ "use strict";

label = _props.label,
subtext = _props.subtext,
onChange = _props.onChange,

@@ -69,3 +70,3 @@ inputProps = _props.inputProps,

return _this2.toggleOutline();
}, onChange: this.handleChange })), React.createElement("span", { className: "inputPanel__label" }, label));
}, onChange: this.handleChange })), React.createElement("span", { className: "inputPanel__label" }, label), subtext && React.createElement("span", { className: "inputPanel__subtext" }, subtext));
}

@@ -72,0 +73,0 @@ }]);

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

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

"nav-frontend-js-utils": "^1.0.6",
"nav-frontend-skjema-style": "^1.0.14",
"nav-frontend-skjema-style": "^1.0.15",
"prop-types": "^15.5.10",

@@ -26,3 +26,3 @@ "react": "^15.4.2 || ^16.0.0"

"nav-frontend-js-utils": "^1.0.6",
"nav-frontend-skjema-style": "^1.0.14",
"nav-frontend-skjema-style": "^1.0.15",
"prop-types": "^15.5.10",

@@ -29,0 +29,0 @@ "react": "^15.4.2 || ^16.0.0"

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