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

@pentops/jsonapi-request

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pentops/jsonapi-request - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

35

package.json
{
"name": "@pentops/jsonapi-request",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -10,2 +10,8 @@ "main": "dist/index.js",

],
"scripts": {
"clean": "rm -rf ./dist",
"build": "pnpm run clean && rollup -c rollup.config.js",
"publish": "pnpm run build && npm publish",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"keywords": [],

@@ -15,18 +21,18 @@ "author": "Joshua Slate",

"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.11.30",
"@types/qs": "^6.9.14",
"@types/uuid": "^9.0.8",
"rollup": "^4.13.0",
"@types/node": "^22.3.0",
"@types/qs": "^6.9.15",
"@types/uuid": "^10.0.0",
"rollup": "^4.20.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.6.2",
"typescript": "^5.4.2"
"tslib": "^2.6.3",
"typescript": "^5.5.4"
},
"dependencies": {
"qs": "^6.12.0",
"uuid": "^9.0.1"
"qs": "^6.13.0",
"uuid": "^10.0.0"
},
"peerDependencies": {
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},

@@ -37,8 +43,3 @@ "peerDependenciesMeta": {

}
},
"scripts": {
"clean": "rm -rf ./dist",
"build": "pnpm run clean && rollup -c rollup.config.js",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
}
}
}
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