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

@toml-tools/parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toml-tools/parser - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

test/smoke-spec.js

6

lib/parser.js

@@ -37,2 +37,5 @@ const { Parser } = require("chevrotain");

]);
$.OPTION(() => {
$.CONSUME2(t.Comment);
});
});

@@ -78,4 +81,5 @@

$.SUBRULE($.val);
$.OPTION(() => {
$.MANY(() => {
$.CONSUME(t.Comma);
$.SUBRULE2($.commentNewline);
$.SUBRULE2($.val);

@@ -82,0 +86,0 @@ });

6

package.json
{
"name": "@toml-tools/parser",
"version": "0.0.1",
"version": "0.1.0",
"description": "TOML Parser Implemented in JavaScript",

@@ -9,3 +9,3 @@ "main": "lib/api.js",

"dependencies": {
"@toml-tools/lexer": "^0.0.1",
"@toml-tools/lexer": "^0.1.0",
"chevrotain": "4.1.1"

@@ -19,3 +19,3 @@ },

},
"gitHead": "15b47fedf099fc1b0f6cacbce73048d476a47389"
"gitHead": "7f92498e805472213e9500b32fe5295534cecd31"
}
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