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 4.4.1 to 5.0.0

dist/module/index.js

44

package.json
{
"name": "gson-query",
"version": "4.4.1",
"version": "5.0.0",
"description": "json-pointer utilities for querying and transforming data",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "dist/module/index.js",
"types": "dist/index.d.ts",
"main": "dist/gsonQuery.js",
"repository": {

@@ -12,4 +13,9 @@ "type": "git",

"scripts": {
"dist": "rm -rf dist; webpack",
"test": "mocha --recursive 'test/unit/**/*.test.js' -R spec; exit 0",
"dist": "rm -rf dist; npm run dist:es5; npm run dist:es6",
"dist:es5": "webpack",
"dist:es6": "tsc --outDir dist/module --target ES2019",
"test": "TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register 'test/**/*.test.ts'",
"test:get": "TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register 'test/unit/get.test.ts'",
"test:set": "TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register 'test/unit/set.test.ts'",
"test:pattern": "TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register 'test/unit/get.pattern.test.ts'",
"tdd": "watch 'npm run test' lib/ test/; exit 0",

@@ -24,20 +30,25 @@ "lint": "eslint lib test",

"gson-conform": "^1.0.3",
"gson-pointer": "^3.4.3"
"gson-pointer": "4.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.2",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"eslint": "^7.12.0",
"mocha": "^8.2.0",
"eslint": "^7.13.0",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-promise": "^4.2.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"terser-webpack-plugin": "^5.0.1",
"typescript": "^4.0.3",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"watch": "^1.0.1",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0"
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},

@@ -49,6 +60,7 @@ "keywords": [

"glob-pattern",
"library"
"library",
"make my day"
],
"author": "Sascha Goldhofer <noreply@saschagoldhofer.de> (https://github.com/sagold/)",
"author": "Sascha Goldhofer <github@saschagoldhofer.de> (https://github.com/sagold/)",
"license": "MIT"
}
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