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

11ff

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

11ff - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

index.js

@@ -36,3 +36,3 @@ // export const sqrt = Math.sqrt;

React.createElement("section", { className: "section" }, /*#__PURE__*/
React.createElement("h2", null, "1. Button"), /*#__PURE__*/
React.createElement("h2", null, "I -> BU"), /*#__PURE__*/
React.createElement(CopyToClipboard, { onCopy: this.onCopy, text: this.state.value }, /*#__PURE__*/

@@ -44,3 +44,3 @@ React.createElement("button", null, "Copy to clipboard with button"))), /*#__PURE__*/

React.createElement("section", { className: "section" }, /*#__PURE__*/
React.createElement("h2", null, "2. Span"), /*#__PURE__*/
React.createElement("h2", null, "II -> SP"), /*#__PURE__*/
React.createElement(CopyToClipboard, { onCopy: this.onCopy, text: this.state.value }, /*#__PURE__*/

@@ -52,3 +52,3 @@ React.createElement("span", null, "Copy to clipboard with span"))), /*#__PURE__*/

React.createElement("section", { className: "section" }, /*#__PURE__*/
React.createElement("h2", null, "3. with onClick"), /*#__PURE__*/
React.createElement("h2", null, "III -> ON"), /*#__PURE__*/
React.createElement(CopyToClipboard, {

@@ -55,0 +55,0 @@ onCopy: this.onCopy,

@@ -8,3 +8,3 @@ {

"version": "1.1.3"
"version": "1.1.4"
}
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