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

json-cst

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-cst - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

1

dist/cst.js

@@ -118,2 +118,3 @@ import lexer from 'json-lexer';

keyToken,
key: keyToken.value,
colon: colon.node,

@@ -120,0 +121,0 @@ valueTokens,

@@ -49,2 +49,3 @@ import { LexerToken, LiteralToken, NumberToken, PunctuatorToken, StringToken, WhitespaceToken } from 'json-lexer';

keyToken: TokenWithOffset<StringToken>;
key: string;
colon: CstNodeObjectPropertyColon;

@@ -51,0 +52,0 @@ valueTokens: TokensWithOffset;

2

package.json
{
"name": "json-cst",
"version": "1.0.1",
"version": "1.1.0",
"description": "Parse JSON into CST (Concrete Syntax Tree)",

@@ -5,0 +5,0 @@ "author": "Gustaf Räntilä",

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