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.90.0 to 0.91.0

6

CHANGELOG.md

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

# [0.91.0](https://github.com/swagger-api/apidom/compare/v0.90.0...v0.91.0) (2024-01-08)
### Bug Fixes
- **core:** allow Parcel.js to bundle the code ([#3639](https://github.com/swagger-api/apidom/issues/3639)) ([aa094b7](https://github.com/swagger-api/apidom/commit/aa094b733796eaea3855b5fc388a97661fbe510a)), closes [/github.com/swagger-api/swagger-ui/issues/9466#issuecomment-1881053410](https://github.com//github.com/swagger-api/swagger-ui/issues/9466/issues/issuecomment-1881053410)
# [0.90.0](https://github.com/swagger-api/apidom/compare/v0.89.0...v0.90.0) (2024-01-04)

@@ -8,0 +14,0 @@

8

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

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

"@babel/runtime-corejs3": "^7.20.7",
"@swagger-api/apidom-ast": "^0.90.0",
"@swagger-api/apidom-error": "^0.90.0",
"@swagger-api/apidom-ast": "^0.91.0",
"@swagger-api/apidom-error": "^0.91.0",
"@types/ramda": "~0.29.6",

@@ -66,3 +66,3 @@ "minim": "~0.23.8",

],
"gitHead": "28b52f94c030abc693b375615ce0bcbb34f30920"
"gitHead": "a3b88484e7a38bbf82b04458cda81e4dc0b53519"
}

@@ -268,4 +268,10 @@ /// <reference path="./minim.d.ts" />

* Transforms data to an Element from a particular namespace.
*
* The name of the function was originally `from`,
* but it was renamed to `fromFn` to avoid issues with Parcel.js:
*
* - https://github.com/parcel-bundler/parcel/issues/9473
* - https://github.com/swagger-api/swagger-ui/issues/9466#issuecomment-1881053410
*/
declare const from: (data: any, namespace?: Namespace$1) => Element;
declare const fromFn: (data: any, namespace?: Namespace$1) => Element;

@@ -318,2 +324,2 @@ declare const serializer$2: <T extends unknown>(element: T) => any;

export { Annotation as AnnotationElement, CloneError, Comment as CommentElement, DeepCloneError, ElementIdentityError, type ElementPredicate, IdentityManager, MediaTypes, Namespace, ParseResult as ParseResultElement, type Position, type PositionRange, ShallowCloneError, SourceMap as SourceMapElement, Transcluder, cloneDeep, cloneNode, cloneShallow, createNamespace, createPredicate, deepmerge, defaultIdentityManager, dehydrate, dereference, dispatchPlugins as dispatchRefractorPlugins, filter, find, findAtOffset, from, getNodeType, hasElementSourceMap, includesClasses, includesSymbols, isAnnotationElement, isArrayElement, isBooleanElement, isElement, isLinkElement, isMemberElement, isNullElement, isNumberElement, isObjectElement, isParseResultElement, isPrimitiveElement, isRefElement, isSourceMapElement, isStringElement, keyMapDefault as keyMap, namespace, parents, plugin$1 as refractorPluginElementIdentity, plugin as refractorPluginSemanticElementIdentity, reject, sexprs, some, serializer$1 as toJSON, toString, serializer$2 as toValue, serializer as toYAML, transclude, traverse, visit };
export { Annotation as AnnotationElement, CloneError, Comment as CommentElement, DeepCloneError, ElementIdentityError, type ElementPredicate, IdentityManager, MediaTypes, Namespace, ParseResult as ParseResultElement, type Position, type PositionRange, ShallowCloneError, SourceMap as SourceMapElement, Transcluder, cloneDeep, cloneNode, cloneShallow, createNamespace, createPredicate, deepmerge, defaultIdentityManager, dehydrate, dereference, dispatchPlugins as dispatchRefractorPlugins, filter, find, findAtOffset, fromFn as from, getNodeType, hasElementSourceMap, includesClasses, includesSymbols, isAnnotationElement, isArrayElement, isBooleanElement, isElement, isLinkElement, isMemberElement, isNullElement, isNumberElement, isObjectElement, isParseResultElement, isPrimitiveElement, isRefElement, isSourceMapElement, isStringElement, keyMapDefault as keyMap, namespace, parents, plugin$1 as refractorPluginElementIdentity, plugin as refractorPluginSemanticElementIdentity, reject, sexprs, some, serializer$1 as toJSON, toString, serializer$2 as toValue, serializer as toYAML, transclude, traverse, visit };

Sorry, the diff of this file is not supported yet

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

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