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.51 to 1.0.0-preview.53

8

dist/es/src/browser/index.d.ts

@@ -7,6 +7,6 @@ /**

*/
export * from "./../textParseNode";
export * from "./../textSerializationWriter";
export * from "./textParseNodeFactory";
export * from "./../textSerializationWriterFactory";
export * from "./../textParseNode.js";
export * from "./../textSerializationWriter.js";
export * from "./textParseNodeFactory.js";
export * from "./../textSerializationWriterFactory.js";
//# sourceMappingURL=index.d.ts.map

@@ -7,6 +7,6 @@ /**

*/
export * from "./../textParseNode";
export * from "./../textSerializationWriter";
export * from "./textParseNodeFactory";
export * from "./../textSerializationWriterFactory";
export * from "./../textParseNode.js";
export * from "./../textSerializationWriter.js";
export * from "./textParseNodeFactory.js";
export * from "./../textSerializationWriterFactory.js";
//# sourceMappingURL=index.js.map

@@ -7,3 +7,3 @@ /**

*/
import { TextParseNode } from "./../textParseNode";
import { TextParseNode } from "./../textParseNode.js";
export class TextParseNodeFactory {

@@ -10,0 +10,0 @@ getValidContentType() {

@@ -7,6 +7,6 @@ /**

*/
export * from "./textParseNode";
export * from "./textSerializationWriter";
export * from "./textParseNodeFactory";
export * from "./textSerializationWriterFactory";
export * from "./textParseNode.js";
export * from "./textSerializationWriter.js";
export * from "./textParseNodeFactory.js";
export * from "./textSerializationWriterFactory.js";
//# sourceMappingURL=index.d.ts.map

@@ -7,6 +7,6 @@ /**

*/
export * from "./textParseNode";
export * from "./textSerializationWriter";
export * from "./textParseNodeFactory";
export * from "./textSerializationWriterFactory";
export * from "./textParseNode.js";
export * from "./textSerializationWriter.js";
export * from "./textParseNodeFactory.js";
export * from "./textSerializationWriterFactory.js";
//# sourceMappingURL=index.js.map

@@ -7,3 +7,3 @@ /**

*/
import { TextParseNode } from "./textParseNode";
import { TextParseNode } from "./textParseNode.js";
export class TextParseNodeFactory {

@@ -10,0 +10,0 @@ getValidContentType() {

@@ -7,3 +7,3 @@ /**

*/
import { TextSerializationWriter } from "./textSerializationWriter";
import { TextSerializationWriter } from "./textSerializationWriter.js";
export class TextSerializationWriterFactory {

@@ -10,0 +10,0 @@ getValidContentType() {

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

@@ -15,3 +15,3 @@ "main": "dist/es/src/index.js",

"build": "npm run build:esm",
"build:esm": "tsc",
"build:esm": "tsc && tsc-alias",
"lint": "eslint . --ext .ts",

@@ -49,3 +49,3 @@ "lint:fix": "eslint . --ext .ts --fix",

},
"gitHead": "0e26f615f2055e97a8a26412603cb11d0e4cdaf6"
"gitHead": "18ce5fd17f02186ba4151aa105d3a37ea1b50917"
}

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