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

@app-masters/react-dashboard-components

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-masters/react-dashboard-components - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

CHANGELOG.md

9

dist/index.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.SimpleTextBox = undefined;
exports.RunningProgress = exports.SimpleTextBox = undefined;

@@ -13,4 +13,9 @@ var _simpleTextBox = require('./simpleTextBox');

var _runningProgress = require('./runningProgress');
var _runningProgress2 = _interopRequireDefault(_runningProgress);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.SimpleTextBox = _simpleTextBox2.default;
exports.SimpleTextBox = _simpleTextBox2.default;
exports.RunningProgress = _runningProgress2.default;
{
"name": "@app-masters/react-dashboard-components",
"version": "0.0.3",
"version": "0.0.5",
"description": "",

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

import SimpleTextBox from './simpleTextBox';
import RunningProgress from './runningProgress';
export {SimpleTextBox};
export {SimpleTextBox, RunningProgress};
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