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

yaml-ast-parser

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-ast-parser - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

1

dist/loader.js

@@ -483,2 +483,3 @@ "use strict";

var scalar = ast.newScalar();
scalar.singleQuoted = true;
state.kind = 'scalar';

@@ -485,0 +486,0 @@ state.result = scalar;

@@ -34,2 +34,3 @@ import YAMLException = require('./exception');

doubleQuoted?: boolean;
singleQuoted?: boolean;
plainScalar?: boolean;

@@ -36,0 +37,0 @@ rawValue: string;

2

package.json
{
"name": "yaml-ast-parser",
"version": "0.0.31",
"version": "0.0.32",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -665,2 +665,3 @@ import ast=require("./yamlAST")

var scalar=ast.newScalar();
scalar.singleQuoted=true;
state.kind = 'scalar';

@@ -667,0 +668,0 @@ state.result = scalar;

@@ -40,2 +40,3 @@

doubleQuoted?:boolean
singleQuoted?:boolean
plainScalar?:boolean

@@ -42,0 +43,0 @@ rawValue:string

@@ -6,3 +6,2 @@ {

"gitUrl" : "https://github.com/raml-org/raml-js-parser-2.git",
"gitBranch": "develop",
"installTypings" : true

@@ -13,3 +12,2 @@ },

"gitUrl" : "https://github.com/raml-org/raml-definition-system.git",
"gitBranch": "develop",
"installTypings" : true

@@ -21,4 +19,3 @@ },

"gitUrl" : "https://github.com/raml-org/typesystem-ts.git",
"installTypings" : true,
"gitBranch": "develop"
"installTypings" : true
},

@@ -38,6 +35,5 @@ "ts-structure-parser" : {

"gitUrl" : "https://github.com/mulesoft-labs/ts-model.git",
"installTypings" : true,
"gitBranch": "develop"
"installTypings" : true
}
}

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