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

@tenon-io/tenon-ui

Package Overview
Dependencies
Maintainers
7
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tenon-io/tenon-ui - npm Package Compare versions

Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16

es/modules/forms/tenonForm/TextArea.js

2

es/index.js

@@ -11,2 +11,4 @@ import _Form from './modules/forms/tenonForm/Form';

export { _Input as Input };
import _TextArea from './modules/forms/tenonForm/TextArea';
export { _TextArea as TextArea };
import _Notification from './modules/notifications/Notification';

@@ -13,0 +15,0 @@ export { _Notification as Notification };

'use strict';
exports.__esModule = true;
exports.Tab = exports.Tabs = exports.SpinnerButton = exports.Notification = exports.Input = exports.InputController = exports.H = exports.LevelBoundary = exports.Heading = exports.Form = undefined;
exports.Tab = exports.Tabs = exports.SpinnerButton = exports.Notification = exports.TextArea = exports.Input = exports.InputController = exports.H = exports.LevelBoundary = exports.Heading = exports.Form = undefined;

@@ -68,2 +68,6 @@ var _Heading2 = require('./modules/layout/Heading');

var _TextArea2 = require('./modules/forms/tenonForm/TextArea');
var _TextArea3 = _interopRequireDefault(_TextArea2);
var _Notification2 = require('./modules/notifications/Notification');

@@ -85,4 +89,5 @@

exports.Input = _Input3.default;
exports.TextArea = _TextArea3.default;
exports.Notification = _Notification3.default;
exports.SpinnerButton = _SpinnerButton3.default;
exports.Tabs = _Tabs3.default;

2

package.json
{
"name": "@tenon-io/tenon-ui",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "Tenon ui components library",

@@ -5,0 +5,0 @@ "contributors": [

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