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

secptrum-ui

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secptrum-ui - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

dist/components/Button/Button.stories.d.ts

@@ -1,3 +0,3 @@

import Button from ".";
import { Meta, StoryObj } from "@storybook/react";
import Button from "./Button";
declare const meta: Meta<typeof Button>;

@@ -4,0 +4,0 @@ export default meta;

@@ -1,2 +0,2 @@

export * from "./components/Button";
export { default as Button } from "./components/Button/Button";
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});require("tslib").__exportStar(require("./components/Button"),exports);
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Button=void 0;const e=require("tslib");var t=require("./components/Button/Button");Object.defineProperty(exports,"Button",{enumerable:!0,get:function(){return e.__importDefault(t).default}});
//# sourceMappingURL=secptrum-ui.cjs.js.map

@@ -1,2 +0,2 @@

Object.defineProperty(exports,"__esModule",{value:!0});require("tslib").__exportStar(require("./components/Button"),exports);
Object.defineProperty(exports,"__esModule",{value:!0}),exports.Button=void 0;const e=require("tslib");var t=require("./components/Button/Button");Object.defineProperty(exports,"Button",{enumerable:!0,get:function(){return e.__importDefault(t).default}});
//# sourceMappingURL=secptrum-ui.es.js.map

@@ -1,2 +0,2 @@

!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";Object.defineProperty(exports,"__esModule",{value:!0});require("tslib").__exportStar(require("./components/Button"),exports)}));
!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.Button=void 0;const e=require("tslib");var t=require("./components/Button/Button");Object.defineProperty(exports,"Button",{enumerable:!0,get:function(){return e.__importDefault(t).default}})}));
//# sourceMappingURL=secptrum-ui.umd.js.map
{
"name": "secptrum-ui",
"version": "1.0.8",
"version": "1.0.9",
"description": "**SecptrumUI** is a customizable and modern UI component library built with `styled-components`. Designed to help developers quickly build beautiful and responsive web applications, SecptrumUI offers a range of components that are easy to use and adapt to any project.",

@@ -28,2 +28,3 @@ "main": "dist/secptrum-ui.cjs.js",

"dependencies": {
"@rollup/plugin-alias": "^5.1.0",
"react": "^18.3.1",

@@ -30,0 +31,0 @@ "react-dom": "^18.3.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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