🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

abaca-openapi

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abaca-openapi - npm Package Compare versions

Comparing version
0.10.13
to
0.11.0
+1
-1
lib/common.d.ts
export declare const packageInfo: {
readonly name: string;
readonly version?: string | undefined;
readonly version?: string;
};

@@ -5,0 +5,0 @@ /** JSON pointer (https://datatracker.ietf.org/doc/html/rfc6901) */

import { assert } from "@opvious/stl-errors";
export const packageInfo = {
"name": "abaca-openapi",
"version": "0.10.13"
"version": "0.11.0"
};

@@ -6,0 +6,0 @@ export function createPointer(parts) {

{
"name": "abaca-openapi",
"version": "0.10.13",
"version": "0.11.0",
"repository": "github:opvious/abaca",

@@ -21,19 +21,19 @@ "description": "Abaca OpenAPI utilities",

"dependencies": {
"@opvious/stl-errors": "^0.22.24",
"@opvious/stl-telemetry": "^0.22.24",
"@opvious/stl-utils": "^0.22.24",
"@stoplight/json-ref-resolver": "^3.1.5",
"ajv": "^8.13.0",
"@opvious/stl-errors": "^0.25.4",
"@opvious/stl-telemetry": "^0.25.4",
"@opvious/stl-utils": "^0.25.4",
"@stoplight/json-ref-resolver": "^3.1.6",
"ajv": "^8.16.0",
"openapi-schema-validator": "^12.1.3",
"openapi-types": "^12.1.0",
"openapi-types": "^12.1.3",
"urijs": "^1.19.11",
"yaml": "^2.3.1",
"abaca-runtime": "0.10.13"
"yaml": "^2.4.5",
"abaca-runtime": "0.11.0"
},
"devDependencies": {
"@types/data-urls": "^3.0.1",
"@types/urijs": "^1.19.19",
"@types/data-urls": "^3.0.4",
"@types/urijs": "^1.19.25",
"data-urls": "^5.0.0",
"inlinable": "^0.3.3",
"ts-essentials": "^9.3.0"
"ts-essentials": "^9.4.2"
},

@@ -40,0 +40,0 @@ "scripts": {