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.76.1 to 0.76.2

es/deepmerge.mjs

6

CHANGELOG.md

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

## [0.76.2](https://github.com/swagger-api/apidom/compare/v0.76.1...v0.76.2) (2023-09-08)
### Bug Fixes
- **build:** apply polyfills with transform runtime babel plugin ([#3132](https://github.com/swagger-api/apidom/issues/3132)) ([4b4754d](https://github.com/swagger-api/apidom/commit/4b4754da33a4a25d47f926c8a14b59cfdfa6b50c))
## [0.76.1](https://github.com/swagger-api/apidom/compare/v0.76.0...v0.76.1) (2023-09-07)

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

16

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

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

"sideEffects": [
"./es/refractor/registration.js",
"./es/refractor/registration.mjs",
"./cjs/refractor/registration.cjs"

@@ -19,3 +19,3 @@ ],

"types": "./types/dist.d.ts",
"import": "./es/index.js",
"import": "./es/index.mjs",
"require": "./cjs/index.cjs"

@@ -26,5 +26,5 @@ },

"build": "npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es --extensions '.ts' --root-mode 'upward'",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --out-dir cjs --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'",
"build:umd:browser": "cross-env BABEL_ENV=browser BROWSERSLIST_ENV=production webpack --config config/webpack/browser.config.js --progress",
"build:umd:browser": "cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress",
"lint": "eslint ./",

@@ -48,4 +48,4 @@ "lint:fix": "eslint ./ --fix",

"@babel/runtime-corejs3": "^7.20.7",
"@swagger-api/apidom-ast": "^0.76.1",
"@swagger-api/apidom-error": "^0.76.1",
"@swagger-api/apidom-ast": "^0.76.2",
"@swagger-api/apidom-error": "^0.76.2",
"@types/ramda": "~0.29.3",

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

],
"gitHead": "33290820a04e212ffb88da36abaa8cc1fb06892f"
"gitHead": "8c6c02f813a663cfaf0ac0963f2b4fd25b8dffe8"
}

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

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

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

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

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

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