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

@types/ref-struct-di

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ref-struct-di - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

16

ref-struct-di/index.d.ts

@@ -14,3 +14,3 @@ // Type definitions for ref-struct-di 1.1

fields: TDefinition,
opt?: { packed?: boolean }
opt?: { packed?: boolean | undefined }
): struct.StructType<struct.StructTypeObjectDefinitionToStructTypeDefinition<TDefinition>>;

@@ -22,3 +22,3 @@ /**

fields: TDefinition,
opt?: { packed?: boolean }
opt?: { packed?: boolean | undefined }
): struct.StructType<struct.StructTypeTupleDefinitionToStructTypeDefinition<TDefinition>>;

@@ -28,7 +28,7 @@ /**

*/
new (fields?: Record<string, ref.TypeLike>, opt?: { packed?: boolean }): struct.StructType;
new (fields?: Record<string, ref.TypeLike>, opt?: { packed?: boolean | undefined }): struct.StructType;
/**
* Creates a new {@link struct.StructType} for the provided field definitions.
*/
new (fields?: Array<[string, ref.TypeLike]>, opt?: { packed?: boolean }): struct.StructType;
new (fields?: Array<[string, ref.TypeLike]>, opt?: { packed?: boolean | undefined }): struct.StructType;

@@ -40,3 +40,3 @@ /**

fields: TDefinition,
opt?: { packed?: boolean }
opt?: { packed?: boolean | undefined }
): struct.StructType<struct.StructTypeObjectDefinitionToStructTypeDefinition<TDefinition>>;

@@ -48,3 +48,3 @@ /**

fields: TDefinition,
opt?: { packed?: boolean }
opt?: { packed?: boolean | undefined }
): struct.StructType<struct.StructTypeTupleDefinitionToStructTypeDefinition<TDefinition>>;

@@ -54,7 +54,7 @@ /**

*/
(fields?: Record<string, ref.TypeLike>, opt?: { packed?: boolean }): struct.StructType;
(fields?: Record<string, ref.TypeLike>, opt?: { packed?: boolean | undefined }): struct.StructType;
/**
* Creates a new {@link struct.StructType} for the provided field definitions.
*/
(fields?: Array<[string, ref.TypeLike]>, opt?: { packed?: boolean }): struct.StructType;
(fields?: Array<[string, ref.TypeLike]>, opt?: { packed?: boolean | undefined }): struct.StructType;
};

@@ -61,0 +61,0 @@

{
"name": "@types/ref-struct-di",
"version": "1.1.3",
"version": "1.1.4",
"description": "TypeScript definitions for ref-struct-di",

@@ -37,4 +37,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ref-struct-di",

},
"typesPublisherContentHash": "71bf2c6151c8c5ba43e15f2730b0f0be10ff4db16c249a340c6f3b2a78aaa79c",
"typesPublisherContentHash": "2cdf9198cb05491919004c8a1dbeadddc4eac5fb439b2eda2e187cc2ca42e3b6",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 28 May 2021 20:31:26 GMT
* Last updated: Thu, 08 Jul 2021 22:41:55 GMT
* Dependencies: [@types/ref-napi](https://npmjs.com/package/@types/ref-napi)

@@ -14,0 +14,0 @@ * Global values: none

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