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

react-adopt

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-adopt - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

dist/index.d.ts

@@ -13,2 +13,2 @@ /// <reference types="react" />

export declare type Mapper<RP, P> = Record<keyof RP, MapperValue<RP, P>>;
export declare function adopt<RP, P = {}>(mapper: Mapper<RP, P>): RPC<RP, P>;
export declare function adopt<RP = any, P = {}>(mapper: Mapper<RP, P>): RPC<RP, P>;
{
"name": "react-adopt",
"version": "0.2.7",
"version": "0.2.8",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "umd:main": "dist/index.umd.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