@highlight-run/react
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -14,2 +14,3 @@ import React, { ErrorInfo } from 'react'; | ||
labelComments?: string; | ||
placeholderComments?: string; | ||
labelClose?: string; | ||
@@ -16,0 +17,0 @@ labelSubmit?: string; |
@@ -71,2 +71,3 @@ "use strict"; | ||
title = "It looks like we\u2019re having issues.", | ||
placeholderComments = "I typed in a name then clicked the button", | ||
user, | ||
@@ -153,3 +154,3 @@ onCloseHandler, | ||
value: verbatim, | ||
placeholder: "I typed in a name then clicked the button", | ||
placeholder: placeholderComments, | ||
name: "verbatim", | ||
@@ -156,0 +157,0 @@ rows: 3, |
{ | ||
"name": "@highlight-run/react", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "The official Highlight SDK for React", | ||
@@ -14,3 +14,4 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.tsx --format cjs,esm --dts --clean", | ||
"typegen": "tsup src/index.tsx --dts-only", | ||
"build": "tsup src/index.tsx --format cjs,esm --dts", | ||
"dev": "yarn build --watch" | ||
@@ -17,0 +18,0 @@ }, |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33908
996
0