Socket
Socket
Sign inDemoInstall

@microsoft/kiota-serialization-text

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/kiota-serialization-text - npm Package Compare versions

Comparing version 1.0.0-preview.20 to 1.0.0-preview.21

2

dist/cjs/src/textParseNode.d.ts

@@ -23,5 +23,5 @@ import { DateOnly, Duration, Parsable, ParsableFactory, ParseNode, TimeOnly } from "@microsoft/kiota-abstractions";

getObjectValue<T extends Parsable>(parsableFactory: ParsableFactory<T>): T;
getEnumValues: <T>(type: any) => T[];
getCollectionOfEnumValues: <T>(type: any) => T[];
getEnumValue: <T>(type: any) => T | undefined;
}
//# sourceMappingURL=textParseNode.d.ts.map

@@ -37,3 +37,3 @@ "use strict";

// eslint-disable-next-line @typescript-eslint/no-unused-vars
this.getEnumValues = (type) => {
this.getCollectionOfEnumValues = (type) => {
throw new Error(TextParseNode.noStructuredDataMessage);

@@ -40,0 +40,0 @@ };

@@ -23,5 +23,5 @@ import { DateOnly, Duration, Parsable, ParsableFactory, ParseNode, TimeOnly } from "@microsoft/kiota-abstractions";

getObjectValue<T extends Parsable>(parsableFactory: ParsableFactory<T>): T;
getEnumValues: <T>(type: any) => T[];
getCollectionOfEnumValues: <T>(type: any) => T[];
getEnumValue: <T>(type: any) => T | undefined;
}
//# sourceMappingURL=textParseNode.d.ts.map

@@ -34,3 +34,3 @@ import { DateOnly, Duration, TimeOnly, parseGuidString, toFirstCharacterUpper, } from "@microsoft/kiota-abstractions";

// eslint-disable-next-line @typescript-eslint/no-unused-vars
this.getEnumValues = (type) => {
this.getCollectionOfEnumValues = (type) => {
throw new Error(TextParseNode.noStructuredDataMessage);

@@ -37,0 +37,0 @@ };

{
"name": "@microsoft/kiota-serialization-text",
"version": "1.0.0-preview.20",
"version": "1.0.0-preview.21",
"description": "Implementation of Kiota Serialization interfaces for text",

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

"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.23",
"@microsoft/kiota-abstractions": "^1.0.0-preview.24",
"guid-typescript": "^1.0.9",

@@ -50,3 +50,3 @@ "tslib": "^2.3.1"

},
"gitHead": "78bfddff68f35306817456b0dc7d5ac922b6f5b8"
"gitHead": "3daf7ccf2f5066f2a20053099d352ac0a146a2ea"
}

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