oas-normalize
Advanced tools
Comparing version 11.0.0 to 11.0.1
@@ -9,3 +9,3 @@ import { | ||
stringToJSON | ||
} from "./chunk-F3S2V53P.js"; | ||
} from "./chunk-UAOUL4T3.js"; | ||
@@ -12,0 +12,0 @@ // src/index.ts |
@@ -11,3 +11,3 @@ import { | ||
stringToJSON | ||
} from "../chunk-F3S2V53P.js"; | ||
} from "../chunk-UAOUL4T3.js"; | ||
export { | ||
@@ -14,0 +14,0 @@ getAPIDefinitionType, |
{ | ||
"name": "oas-normalize", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"description": "Tooling for converting, validating, and parsing OpenAPI, Swagger, and Postman API definitions", | ||
@@ -48,16 +48,17 @@ "type": "module", | ||
"type": "git", | ||
"url": "git://github.com/readmeio/oas-normalize.git" | ||
"url": "git://github.com/readmeio/oas.git", | ||
"directory": "packages/oas-normalize" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/readmeio/oas-normalize/issues" | ||
"url": "https://github.com/readmeio/oas/issues" | ||
}, | ||
"scripts": { | ||
"attw": "attw --pack --format table-flipped", | ||
"build": "tsup", | ||
"lint": "eslint . --ext .js,.ts && npm run prettier", | ||
"lint": "npm run lint:types && npm run lint:js", | ||
"lint:js": "eslint . --ext .js,.ts --ignore-path ../../.gitignore", | ||
"lint:types": "tsc --noEmit", | ||
"prebuild": "rm -rf dist/", | ||
"prepack": "npm run build", | ||
"pretest": "npm run lint", | ||
"prettier": "prettier --list-different \"./**/**.{md,js,ts}\"", | ||
"prettier:write": "prettier --list-different --write \"./**/**.{md,js,ts}\"", | ||
"test": "vitest --coverage" | ||
"test": "vitest run --coverage" | ||
}, | ||
@@ -73,9 +74,8 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@readme/eslint-config": "^13.0.1", | ||
"@readme/oas-examples": "^5.12.0", | ||
"@types/js-yaml": "^4.0.5", | ||
"@types/swagger2openapi": "^7.0.1", | ||
"@vitest/coverage-v8": "^0.34.1", | ||
"eslint": "^8.46.0", | ||
"fetch-mock": "^9.11.0", | ||
"prettier": "^3.0.1", | ||
"tsup": "^7.2.0", | ||
@@ -85,3 +85,4 @@ "typescript": "^5.1.6", | ||
}, | ||
"prettier": "@readme/eslint-config/prettier" | ||
"prettier": "@readme/eslint-config/prettier", | ||
"gitHead": "f7476178b1a63e94cc3d604b2755401caeb65527" | ||
} |
@@ -15,3 +15,3 @@ <p align="center"> | ||
<a href="https://npm.im/oas-normalize"><img src="https://img.shields.io/npm/l/oas-normalize?style=for-the-badge" alt="MIT License"></a> | ||
<a href="https://github.com/readmeio/oas-normalize"><img src="https://img.shields.io/github/actions/workflow/status/readmeio/oas-normalize/ci.yml?branch=main&style=for-the-badge" alt="Build status"></a> | ||
<a href="https://github.com/readmeio/oas/tree/main/packages/oas-normalize"><img src="https://img.shields.io/github/actions/workflow/status/readmeio/oas/ci.yml?branch=main&style=for-the-badge" alt="Build status"></a> | ||
</p> | ||
@@ -18,0 +18,0 @@ |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
62899
9
2