Socket
Socket
Sign inDemoInstall

@microsoft/kiota-abstractions

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/kiota-abstractions - npm Package Compare versions

Comparing version 1.0.0-preview.22 to 1.0.0-preview.23

dist/cjs/src/utils/guidUtils.d.ts

3

dist/cjs/src/serialization/parseNode.d.ts

@@ -6,2 +6,3 @@ import { DateOnly } from "../dateOnly";

import { ParsableFactory } from "./parsableFactory";
import { Guid } from "guid-typescript";
/**

@@ -36,3 +37,3 @@ * Interface for a deserialization node in a parse tree. This interface provides an abstraction layer over serialization formats, libraries and implementations.

*/
getGuidValue(): string | undefined;
getGuidValue(): Guid | undefined;
/**

@@ -39,0 +40,0 @@ * Gets the Date value of the node.

@@ -6,2 +6,3 @@ import { DateOnly } from "../dateOnly";

import { ModelSerializerFunction } from "./serializationFunctionTypes";
import { Guid } from "guid-typescript";
/** Defines an interface for serialization of objects to a stream. */

@@ -32,3 +33,3 @@ export interface SerializationWriter {

*/
writeGuidValue(key?: string | undefined, value?: string | undefined): void;
writeGuidValue(key?: string | undefined, value?: Guid | undefined): void;
/**

@@ -35,0 +36,0 @@ * Writes the specified Date value to the stream with an optional given key.

export * from "./stringUtils";
export * from "./guidUtils";
//# sourceMappingURL=index.d.ts.map

@@ -5,2 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./stringUtils"), exports);
tslib_1.__exportStar(require("./guidUtils"), exports);
//# sourceMappingURL=index.js.map

@@ -6,2 +6,3 @@ import { DateOnly } from "../dateOnly";

import { ParsableFactory } from "./parsableFactory";
import { Guid } from "guid-typescript";
/**

@@ -36,3 +37,3 @@ * Interface for a deserialization node in a parse tree. This interface provides an abstraction layer over serialization formats, libraries and implementations.

*/
getGuidValue(): string | undefined;
getGuidValue(): Guid | undefined;
/**

@@ -39,0 +40,0 @@ * Gets the Date value of the node.

@@ -6,2 +6,3 @@ import { DateOnly } from "../dateOnly";

import { ModelSerializerFunction } from "./serializationFunctionTypes";
import { Guid } from "guid-typescript";
/** Defines an interface for serialization of objects to a stream. */

@@ -32,3 +33,3 @@ export interface SerializationWriter {

*/
writeGuidValue(key?: string | undefined, value?: string | undefined): void;
writeGuidValue(key?: string | undefined, value?: Guid | undefined): void;
/**

@@ -35,0 +36,0 @@ * Writes the specified Date value to the stream with an optional given key.

export * from "./stringUtils";
export * from "./guidUtils";
//# sourceMappingURL=index.d.ts.map
export * from "./stringUtils";
export * from "./guidUtils";
//# sourceMappingURL=index.js.map
{
"name": "@microsoft/kiota-abstractions",
"version": "1.0.0-preview.22",
"version": "1.0.0-preview.23",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",

@@ -39,2 +39,3 @@ "main": "dist/cjs/src/index.js",

"@opentelemetry/api": "^1.2.0",
"guid-typescript": "^1.0.9",
"tinyduration": "^3.2.2",

@@ -48,3 +49,3 @@ "tslib": "^2.3.1",

},
"gitHead": "41297049e85a64e1c9ffcbb6e443ec1ac5265f93"
"gitHead": "78bfddff68f35306817456b0dc7d5ac922b6f5b8"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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