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

@laststranger/lz-test1

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@laststranger/lz-test1 - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

dist/cjs/components/Button.d.ts
import { FC } from "react";
declare const Button: FC;
export default Button;
export declare const Button: FC;

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.Button = void 0;
const react_1 = __importDefault(require("react"));

@@ -11,3 +12,3 @@ const Button = ({ children }) => {

};
exports.default = Button;
exports.Button = Button;
//# sourceMappingURL=Button.js.map
import { FC } from "react";
declare const Button: FC;
export default Button;
export declare const Button: FC;
import React from "react";
const Button = ({ children }) => {
export const Button = ({ children }) => {
return React.createElement("div", null, children);
};
export default Button;
//# sourceMappingURL=Button.js.map
{
"name": "@laststranger/lz-test1",
"version": "1.0.2",
"version": "1.0.3",
"description": "test action one, here we go",

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

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