Socket
Socket
Sign inDemoInstall

@types/react-native

Package Overview
Dependencies
Maintainers
1
Versions
672
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-native - npm Package Compare versions

Comparing version 0.69.24 to 0.69.25

4

react-native v0.69/Codegen.d.ts
declare module "react-native/Libraries/Utilities/codegenNativeCommands" {
export interface Options<T extends string> {
readonly supportedCommands: ReadonlyArray<T>;
readonly supportedCommands: readonly T[];
}

@@ -50,3 +50,3 @@

type DefaultTypes = number | boolean | string | ReadonlyArray<string>;
type DefaultTypes = number | boolean | string | readonly string[];
// Default handling, ignore the unused value

@@ -53,0 +53,0 @@ // we're only using it for type checking

@@ -19,3 +19,3 @@ declare module "react-native/Libraries/Core/Devtools/parseErrorStack" {

export default function symbolicateStackTrace(stack: ReadonlyArray<StackFrame>): Promise<StackFrame[]>;
export default function symbolicateStackTrace(stack: readonly StackFrame[]): Promise<StackFrame[]>;
}

@@ -79,4 +79,4 @@ /*

append(name: string, value: any): void;
getAll(): Array<FormDataValue>;
getParts(): Array<FormDataPart>;
getAll(): FormDataValue[];
getParts(): FormDataPart[];
}

@@ -83,0 +83,0 @@

{
"name": "@types/react-native",
"version": "0.69.24",
"version": "0.69.25",
"description": "TypeScript definitions for react-native",

@@ -230,4 +230,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native",

},
"typesPublisherContentHash": "67a5f976de6a28ae4776aacb1e05f5de368fb5ac8ba1e7ccaaa79f4f71acbf12",
"typesPublisherContentHash": "c295974c994b2f0c638362d8cbb56d21257a1c48b9afb49564c4ea8767cdfa62",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@

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