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

jsonpos

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonpos - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/parse.js

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

import * as parse from 'json-to-ast';
import parse from 'json-to-ast';
export function getAstByString(jsonString, json) {

@@ -3,0 +3,0 @@ const jsonAST = parse(jsonString, { loc: true });

{
"name": "jsonpos",
"version": "2.0.0",
"version": "2.0.1",
"description": "Get the textual position of a property in a JSON text",

@@ -39,2 +39,4 @@ "author": "Gustaf Räntilä",

"devDependencies": {
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",

@@ -45,3 +47,2 @@ "@types/json-to-ast": "^2.1.2",

"rimraf": "^3.0.1",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",

@@ -48,0 +49,0 @@ "typescript": "^4.4.3"

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