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

zodios

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zodios - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "zodios",
"description": "Typescript API client with autocompletion and zod validations",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",

@@ -23,3 +23,4 @@ "typings": "lib/index.d.ts",

"example": "ts-node examples/jsonplaceholder.ts",
"build": "tsc -p tsconfig.json"
"build": "tsc -p tsconfig.json",
"test": "jest --coverage"
},

@@ -32,5 +33,10 @@ "peerDependencies": {

"@types/axios": "^0.14.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.17",
"axios": "^0.25.0",
"express": "^4.17.2",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",

@@ -37,0 +43,0 @@ "typescript": "^4.5.5",

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