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

@travetto/yaml

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/yaml - npm Package Compare versions

Comparing version 0.6.0-rc.6 to 0.6.0

6

package.json

@@ -17,3 +17,3 @@ {

"dependencies": {
"@travetto/boot": "^0.6.0-rc.10"
"@travetto/boot": "^0.6.0"
},

@@ -30,4 +30,4 @@ "license": "MIT",

},
"version": "0.6.0-rc.6",
"gitHead": "cd5470b71fc74188aa743b6aa2ecb3d3f2853529"
"version": "0.6.0",
"gitHead": "0c5dcd80cadf07e4ebb7eaafa7d4fff95873e7c4"
}

@@ -159,3 +159,3 @@ import { Node, TextNode, JSONNode, NumberNode, BooleanNode, NullNode } from './type/node';

break;
} else if (c === COLON || c === DASH) { // Control tokens
} else if (c === COLON || (c === DASH && text.length === 0)) { // Control tokens, dash only applies when its the beginning of a word
if (start !== pos) {

@@ -162,0 +162,0 @@ tokens.push(text.substring(start, pos));

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