New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 1.0.1

2

dist/cjs/TweetButton.js

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

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";
return (react_1.default.createElement("div", { className: "tweet-btn-container" },
return (react_1.default.createElement("section", { className: "tweet-btn-container" },
react_1.default.createElement("a", { className: "tweet-button", href: tweetURL, target: "_blank" }, "Send a thank you tweet")));
}
exports.default = TweetButton;

@@ -5,4 +5,4 @@ import React from "react";

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";
return (React.createElement("div", { className: "tweet-btn-container" },
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.0",
"version": "1.0.1",
"description": "Easy-to-use tweet button for saying thank you to @oluwatobiss.",

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

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