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

oas-normalize

Package Overview
Dependencies
Maintainers
10
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oas-normalize - npm Package Compare versions

Comparing version 11.0.0 to 11.0.1

dist/chunk-6L2UD42X.cjs

2

dist/index.js

@@ -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

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