New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 1.2.0

2

dist/types.d.ts

@@ -1,2 +0,2 @@

import { LexerToken, LiteralToken, NumberToken, PunctuatorToken, StringToken, WhitespaceToken } from 'json-lexer';
import type { LexerToken, LiteralToken, NumberToken, PunctuatorToken, StringToken, WhitespaceToken } from 'json-lexer';
/**

@@ -3,0 +3,0 @@ * Extends token type with the source JSON string offset of each token

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

@@ -55,3 +55,3 @@ "author": "Gustaf Räntilä",

"dependencies": {
"json-lexer": "^1.1.1"
"json-lexer": "^1.2.0"
},

@@ -58,0 +58,0 @@ "config": {

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