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

thank-you-tweet-button-001

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thank-you-tweet-button-001 - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

6

dist/cjs/TweetButton.d.ts
import React from "react";
import "../index.css";
export default function TweetButton(): React.JSX.Element;
interface TweetButtonPropsType {
number?: number;
}
export default function TweetButton(props: TweetButtonPropsType): React.JSX.Element;
export {};

4

dist/cjs/TweetButton.js

@@ -8,4 +8,4 @@ "use strict";

require("../index.css");
function TweetButton() {
var tweetURL = "https://twitter.com/intent/tweet?text=Thank+you,+%40oluwatobiss.+Your+book+helped+me+create,+test,+and+publish+an+NPM+package.%0A%0ACreating%20NPM%20Package:%20React%20TypeScript%20Guide%0A%0Ahttps%3A%2F%2Famzn.to/3qxnEdF";
function TweetButton(props) {
var tweetURL = "https://twitter.com/intent/tweet?text=Thank+you,+%40oluwatobiss.+Your+book+helped+me+create,+test,+and+publish+".concat(props.number && props.number > 1 ? props.number : "an", "+NPM+").concat(props.number && props.number > 1 ? "packages" : "package", ".%0A%0ACreating%20NPM%20Package:%20React%20TypeScript%20Guide%0A%0Ahttps%3A%2F%2Famzn.to/3qxnEdF");
return (react_1.default.createElement("section", { className: "tweet-btn-container" },

@@ -12,0 +12,0 @@ react_1.default.createElement("a", { className: "tweet-button", href: tweetURL, target: "_blank" }, "Send a thank you tweet")));

import React from "react";
import "../index.css";
export default function TweetButton(): React.JSX.Element;
interface TweetButtonPropsType {
number?: number;
}
export default function TweetButton(props: TweetButtonPropsType): React.JSX.Element;
export {};
import React from "react";
import "../index.css";
export default function TweetButton() {
var tweetURL = "https://twitter.com/intent/tweet?text=Thank+you,+%40oluwatobiss.+Your+book+helped+me+create,+test,+and+publish+an+NPM+package.%0A%0ACreating%20NPM%20Package:%20React%20TypeScript%20Guide%0A%0Ahttps%3A%2F%2Famzn.to/3qxnEdF";
export default function TweetButton(props) {
var tweetURL = "https://twitter.com/intent/tweet?text=Thank+you,+%40oluwatobiss.+Your+book+helped+me+create,+test,+and+publish+".concat(props.number && props.number > 1 ? props.number : "an", "+NPM+").concat(props.number && props.number > 1 ? "packages" : "package", ".%0A%0ACreating%20NPM%20Package:%20React%20TypeScript%20Guide%0A%0Ahttps%3A%2F%2Famzn.to/3qxnEdF");
return (React.createElement("section", { className: "tweet-btn-container" },
React.createElement("a", { className: "tweet-button", href: tweetURL, target: "_blank" }, "Send a thank you tweet")));
}
{
"name": "thank-you-tweet-button-001",
"version": "1.0.1",
"version": "1.1.0",
"description": "Easy-to-use tweet button for saying thank you to @oluwatobiss.",

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

@@ -17,3 +17,3 @@ > **Note**

https://codesweetly.com/
https://test-app-for-thank-you-tweet-button-001.vercel.app

@@ -20,0 +20,0 @@ ## Installation

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