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

@microsoft/kiota-serialization-multipart

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0-preview.73 to 1.0.0-preview.74

18

CHANGELOG.md
# Changelog
## [1.0.0-preview.74](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.73...@microsoft/kiota-serialization-multipart@1.0.0-preview.74) (2024-11-07)
### Bug Fixes
* getting rid of unnecessary guid-typescript dependency ([ced60d1](https://github.com/microsoft/kiota-typescript/commit/ced60d1450d7fb8f774f02ffd2c24b44aa2f391a))
* getting rid of unnecessary guid-typescript dependency ([706ce3c](https://github.com/microsoft/kiota-typescript/commit/706ce3caf2b617a1ae6e419e1b3b3c8a70ad5368))
* using parseGuidString as validator function ([7a7c9ed](https://github.com/microsoft/kiota-typescript/commit/7a7c9edce621e26287592529b10bc495a91cc386))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @microsoft/kiota-abstractions bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74
* devDependencies
* @microsoft/kiota-serialization-json bumped from ^1.0.0-preview.73 to ^1.0.0-preview.74
## [1.0.0-preview.73](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-multipart@1.0.0-preview.72...@microsoft/kiota-serialization-multipart@1.0.0-preview.73) (2024-11-05)

@@ -4,0 +22,0 @@

3

dist/es/src/multipartSerializationWriter.d.ts

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

*/
import { type DateOnly, type Duration, type Parsable, type SerializationWriter, type ModelSerializerFunction, type TimeOnly } from "@microsoft/kiota-abstractions";
import type { Guid } from "guid-typescript";
import { type DateOnly, type Duration, type Guid, type Parsable, type SerializationWriter, type ModelSerializerFunction, type TimeOnly } from "@microsoft/kiota-abstractions";
/** Serialization writer for multipart/form-data */

@@ -11,0 +10,0 @@ export declare class MultipartSerializationWriter implements SerializationWriter {

{
"name": "@microsoft/kiota-serialization-multipart",
"version": "1.0.0-preview.73",
"version": "1.0.0-preview.74",
"description": "Implementation of Kiota Serialization interfaces for multipart form data",

@@ -38,8 +38,7 @@ "main": "dist/es/src/index.js",

"dependencies": {
"@microsoft/kiota-abstractions": "^1.0.0-preview.73",
"guid-typescript": "^1.0.9",
"@microsoft/kiota-abstractions": "^1.0.0-preview.74",
"tslib": "^2.6.2"
},
"devDependencies": {
"@microsoft/kiota-serialization-json": "^1.0.0-preview.73"
"@microsoft/kiota-serialization-json": "^1.0.0-preview.74"
},

@@ -52,3 +51,3 @@ "publishConfig": {

],
"gitHead": "63db99a5b3c193335df834ca414fa9ea9361e1a0"
"gitHead": "fcef711faca59823910a41ba722466b14b3bda3a"
}

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