New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gson-query

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gson-query - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

dist/gsonQuery.js

10

dist/module/index.js

@@ -1,4 +0,6 @@

export { default as get } from "./lib/get";
export { default as set } from "./lib/set";
export { default as split } from "./lib/split";
export { default as remove } from "./lib/remove";
import get from "./lib/get";
import set from "./lib/set";
import split from "./lib/split";
import remove from "./lib/remove";
export { get, set, split, remove };
export default { get, set, split, remove };

11

index.ts

@@ -1,5 +0,8 @@

export { default as get } from "./lib/get";
export { default as set } from "./lib/set";
export { default as split } from "./lib/split";
export { default as remove } from "./lib/remove";
import get from "./lib/get";
import set from "./lib/set";
import split from "./lib/split";
import remove from "./lib/remove";
export { get, set, split, remove };
export default { get, set, split, remove };
export type { Input, JSONPointer, QueryResult } from "./lib/types";
{
"name": "gson-query",
"version": "5.0.0",
"version": "5.0.1",
"description": "json-pointer utilities for querying and transforming data",

@@ -14,3 +14,3 @@ "module": "dist/module/index.js",

"dist": "rm -rf dist; npm run dist:es5; npm run dist:es6",
"dist:es5": "webpack",
"dist:es5": "NODE_ENV='production' webpack",
"dist:es6": "tsc --outDir dist/module --target ES2019",

@@ -17,0 +17,0 @@ "test": "TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register 'test/**/*.test.ts'",

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