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

@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.70.17 to 0.70.18

4

react-native v0.70/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.70.17",
"version": "0.70.18",
"description": "TypeScript definitions for react-native",

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

},
"typesPublisherContentHash": "6cc3805c03733d92d74ce3a372c2c1f50fe62cae3af418f720699a9b09d137a1",
"typesPublisherContentHash": "cb68f0693bef0555e87af89dfd54266adea7f5f7947415696ff8b2d1c7336975",
"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