Socket
Socket
Sign inDemoInstall

@swagger-api/apidom-core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swagger-api/apidom-core - npm Package Compare versions

Comparing version 0.99.0 to 0.99.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.99.1](https://github.com/swagger-api/apidom/compare/v0.99.0...v0.99.1) (2024-04-05)
**Note:** Version bump only for package @swagger-api/apidom-core
# [0.99.0](https://github.com/swagger-api/apidom/compare/v0.98.3...v0.99.0) (2024-04-03)

@@ -8,0 +12,0 @@

6

package.json
{
"name": "@swagger-api/apidom-core",
"version": "0.99.0",
"version": "0.99.1",
"description": "Tools for manipulating ApiDOM structures.",

@@ -45,3 +45,3 @@ "publishConfig": {

"@babel/runtime-corejs3": "^7.20.7",
"@swagger-api/apidom-ast": "^0.99.0",
"@swagger-api/apidom-ast": "^0.99.1",
"@swagger-api/apidom-error": "^0.99.0",

@@ -66,3 +66,3 @@ "@types/ramda": "~0.29.6",

],
"gitHead": "e3c5ac3e738d561a0eb6d9d0f729e0d6bf20b00f"
"gitHead": "ad1f5d3aff83a179309673da13801a882cd3df6a"
}

@@ -322,3 +322,3 @@ /// <reference path="./minim.d.ts" />

declare const serializer$1: (element: Element, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number) => string;
declare const serializer$1: (element: Element, replacer?: (this: any, key: string, value: any) => any, space?: string | number) => string;

@@ -325,0 +325,0 @@ declare const serializer: (element: Element, { directive }?: {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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