New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@highlight-run/react

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-run/react - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

dist/index.d.ts

@@ -14,2 +14,3 @@ import React, { ErrorInfo } from 'react';

labelComments?: string;
placeholderComments?: string;
labelClose?: string;

@@ -16,0 +17,0 @@ labelSubmit?: string;

3

dist/index.js

@@ -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

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