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

@amp-labs/react

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amp-labs/react - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

10

build/index.d.ts

@@ -6,7 +6,7 @@ import { Config } from '../../generated-sources/api/src';

import { IntegrationFieldMapping } from '../../generated-sources/api/src';
import { JSX } from 'react/jsx-runtime';
import { JSX as JSX_2 } from 'react/jsx-runtime';
export declare const AmpersandContext: default_2.Context<null>;
export declare function AmpersandProvider(props: AmpersandProviderProps): JSX.Element;
export declare function AmpersandProvider(props: AmpersandProviderProps): JSX_2.Element;

@@ -34,3 +34,3 @@ declare interface AmpersandProviderProps {

export declare function ConnectProvider({ provider, consumerRef, consumerName, groupRef, groupName, redirectUrl, onSuccess, onDisconnectSuccess, onConnectSuccess, }: ConnectProviderProps): JSX.Element;
export declare function ConnectProvider({ provider, consumerRef, consumerName, groupRef, groupName, redirectUrl, onSuccess, onDisconnectSuccess, onConnectSuccess, }: ConnectProviderProps): JSX_2.Element;

@@ -61,3 +61,3 @@ declare interface ConnectProviderProps {

export declare function FieldMapping({ field, onSelectChange, allFields }: FieldMappingProps): JSX.Element;
export declare function FieldMapping({ field, onSelectChange, allFields }: FieldMappingProps): JSX_2.Element;

@@ -74,3 +74,3 @@ declare type FieldMapping_2 = {

export declare function InstallIntegration({ integration, consumerRef, consumerName, groupRef, groupName, onInstallSuccess, onUpdateSuccess, onUninstallSuccess, fieldMapping, }: InstallIntegrationProps): JSX.Element;
export declare function InstallIntegration({ integration, consumerRef, consumerName, groupRef, groupName, onInstallSuccess, onUpdateSuccess, onUninstallSuccess, fieldMapping, }: InstallIntegrationProps): JSX_2.Element;

@@ -77,0 +77,0 @@ declare interface InstallIntegrationProps {

{
"name": "@amp-labs/react",
"version": "2.0.5",
"version": "2.0.6",
"description": "Ampersand React library.",

@@ -63,4 +63,4 @@ "author": {

"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.3.0",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",

@@ -67,0 +67,0 @@ "@typescript-eslint/parser": "^7.10.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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