You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

floating-button-with-sidebar

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floating-button-with-sidebar - npm Package Compare versions

Comparing version

to
1.0.4

4

dist/floating-button.d.ts
import React from "react";
declare const MyComponent: React.FC;
export default MyComponent;
declare const FloatingButton: React.FC;
export default FloatingButton;

@@ -7,5 +7,5 @@ "use strict";

var react_1 = __importDefault(require("react"));
var MyComponent = function () {
var FloatingButton = function () {
return react_1.default.createElement("button", null, "floating button");
};
exports.default = MyComponent;
exports.default = FloatingButton;
{
"name": "floating-button-with-sidebar",
"version": "1.0.3",
"version": "1.0.4",
"description": "React based floating button with sidebar",

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

Sorry, the diff of this file is not supported yet