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.9.1 to 1.9.2

6

package.json
{
"name": "yaml",
"version": "1.9.1",
"version": "1.9.2",
"license": "ISC",

@@ -72,2 +72,3 @@ "author": "Eemeli Aro <eemeli@gmail.com>",

"test:trace": "cross-env TRACE_LEVEL=trace,log jest --no-cache",
"test:types": "tsc --lib ES2017 --noEmit tests/typings.ts",
"docs:install": "cd docs-slate && bundle install",

@@ -114,3 +115,4 @@ "docs:deploy": "cd docs-slate && ./deploy.sh",

"jest": "^25.3.0",
"prettier": "^2.0.4"
"prettier": "^2.0.4",
"typescript": "^3.8.3"
},

@@ -117,0 +119,0 @@ "dependencies": {

@@ -199,2 +199,3 @@ import { Document, scalarOptions } from './index'

constructor(value: any)
toJSON(arg?: any, ctx?: AST.NodeToJsonContext): any
type?: Scalar.Type

@@ -280,3 +281,3 @@ /**

/** A plain JS representation of this node */
toJSON(arg?: any, ctx?: NodeToJsonContext): any
toJSON(arg?: any): any
/** The type of this node */

@@ -283,0 +284,0 @@ type?: Type | Pair.Type

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