Socket
Socket
Sign inDemoInstall

yaml

Package Overview
Dependencies
2
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.1 to 1.8.2

25

package.json
{
"name": "yaml",
"version": "1.8.1",
"version": "1.8.2",
"license": "ISC",

@@ -42,11 +42,18 @@ "author": "Eemeli Aro <eemeli@gmail.com>",

".": "./index.js",
"./": "./",
"./parse-cst": "./parse-cst.js",
"./types": {
"default": "./types.js",
"import": "./types.mjs"
},
"./util": {
"default": "./util.js",
"import": "./util.mjs"
}
"./types": [
{
"default": "./types.js",
"import": "./types.mjs"
},
"./types.js"
],
"./util": [
{
"default": "./util.js",
"import": "./util.mjs"
},
"./util.js"
]
},

@@ -53,0 +60,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc