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

@fremtind/jkl-text-input-react

Package Overview
Dependencies
Maintainers
0
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-text-input-react - npm Package Compare versions

Comparing version 15.0.0 to 15.1.0

2

./build/cjs/index.js

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

Autosuggest: () => import_autosuggest.Autosuggest,
BaseTextArea: () => import_BaseTextArea.BaseTextArea,
BaseTextInput: () => import_BaseTextInput.BaseTextInput,

@@ -29,2 +30,3 @@ TextArea: () => import_TextArea.TextArea,

var import_autosuggest = require("./autosuggest");
var import_BaseTextArea = require("./BaseTextArea");
var import_BaseTextInput = require("./BaseTextInput");

@@ -31,0 +33,0 @@ var import_TextArea = require("./TextArea");

import { Autosuggest } from "./autosuggest";
import { BaseTextArea } from "./BaseTextArea";
import { BaseTextInput } from "./BaseTextInput";

@@ -7,2 +8,3 @@ import { TextArea } from "./TextArea";

Autosuggest,
BaseTextArea,
BaseTextInput,

@@ -9,0 +11,0 @@ TextArea,

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

Autosuggest: () => import_autosuggest.Autosuggest,
BaseTextArea: () => import_BaseTextArea.BaseTextArea,
BaseTextInput: () => import_BaseTextInput.BaseTextInput,

@@ -29,2 +30,3 @@ TextArea: () => import_TextArea.TextArea,

var import_autosuggest = require("./autosuggest");
var import_BaseTextArea = require("./BaseTextArea");
var import_BaseTextInput = require("./BaseTextInput");

@@ -31,0 +33,0 @@ var import_TextArea = require("./TextArea");

import { Autosuggest } from "./autosuggest";
import { BaseTextArea } from "./BaseTextArea";
import { BaseTextInput } from "./BaseTextInput";

@@ -7,2 +8,3 @@ import { TextArea } from "./TextArea";

Autosuggest,
BaseTextArea,
BaseTextInput,

@@ -9,0 +11,0 @@ TextArea,

import type { AutosuggestProps } from "./autosuggest";
import { Autosuggest } from "./autosuggest";
export { BaseTextArea, type BaseTextAreaProps } from "./BaseTextArea";
export { BaseTextInput, type BaseTextInputProps } from "./BaseTextInput";

@@ -4,0 +5,0 @@ export { TextArea, type TextAreaProps } from "./TextArea";

4

package.json
{
"name": "@fremtind/jkl-text-input-react",
"version": "15.0.0",
"version": "15.1.0",
"publishConfig": {

@@ -69,3 +69,3 @@ "access": "public"

},
"gitHead": "7121c66cfbeefe653711dcb4f7ed9fa5daff2bcd"
"gitHead": "9a54cfe1fc7b139711ad2e6b9f73a7d80d9e835c"
}

Sorry, the diff of this file is not supported yet

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