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

@swagger-api/apidom-parser-adapter-yaml-1-2

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swagger-api/apidom-parser-adapter-yaml-1-2 - npm Package Compare versions

Comparing version 0.76.1 to 0.76.2

es/adapter-browser.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 @@

20

package.json
{
"name": "@swagger-api/apidom-parser-adapter-yaml-1-2",
"version": "0.76.1",
"version": "0.76.2",
"description": "Parser adapter for parsing YAML documents into base namespace.",

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

"sideEffects": [
"./es/lexical-analysis/browser-patch.js",
"./es/lexical-analysis/browser-patch.mjs",
"./cjs/lexical-analysis/browser-patch.cjs"

@@ -20,7 +20,7 @@ ],

"node": {
"import": "./es/adapter-node.js",
"import": "./es/adapter-node.mjs",
"require": "./cjs/adapter-node.cjs"
},
"browser": {
"import": "./es/adapter-browser.js"
"import": "./es/adapter-browser.mjs"
},

@@ -32,5 +32,5 @@ "default": "./cjs/adapter-node.cjs"

"build": "npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser",
"build:es": "npm run build:wasm && npm run build:wasm:copy && cross-env BABEL_ENV=es babel src --out-dir es --extensions '.ts' --root-mode 'upward'",
"build:es": "npm run build:wasm && npm run build:wasm:copy && cross-env BABEL_ENV=es babel src --out-dir es --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'",
"build:cjs": "npm run build:wasm && npm run build:wasm:copy && BABEL_ENV=cjs babel src --out-dir cjs --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'",
"build:umd:browser": "npm run build:wasm && npm run build:wasm:copy && cross-env BABEL_ENV=browser BROWSERSLIST_ENV=production webpack --config config/webpack/browser.config.js --progress",
"build:umd:browser": "npm run build:wasm && npm run build:wasm:copy && cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress",
"build:wasm": "node ../../scripts/file-exists.js ../../node_modules/tree-sitter-yaml/tree-sitter-yaml.wasm && exit 0 || cd ../../node_modules/tree-sitter-yaml && cross-env BABEL_ENV=cjs NODE_OPTIONS='-r core-js/stable @babel/register' tree-sitter generate --abi=13 ./grammar.js && tree-sitter build-wasm && node-gyp rebuild",

@@ -58,5 +58,5 @@ "build:wasm:copy": "copyfiles -u 4 ../../node_modules/tree-sitter-yaml/tree-sitter-yaml.wasm wasm",

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

@@ -84,3 +84,3 @@ "ramda": "~0.29.0",

],
"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 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