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

next-better-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-better-api - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

logo.png

14

package.json
{
"name": "next-better-api",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utilities for safer, easier APIs with NextJS",
"keywords": ["next", "nextjs", "api", "zod", "schema", "helper"],
"keywords": [
"next",
"nextjs",
"api",
"zod",
"schema",
"helper"
],
"main": "build/src/index.js",

@@ -10,6 +17,7 @@ "repository": "git@github.com:filp/next-better-api",

"license": "MIT",
"types": "build/src/index.d.ts",
"scripts": {
"lint": "eslint .",
"test": "jest .",
"build": "tsc -b .",
"build": "rm -rf ./build/ && tsc -b .",
"dev": "ts-node src/index.ts",

@@ -16,0 +24,0 @@ "prepack": "yarn lint && yarn build"

@@ -1,5 +0,9 @@

# next-better-api
# next-better-api ⚡️🔵 [![npm version](https://badge.fury.io/js/next-better-api.svg)](https://badge.fury.io/js/next-better-api)
Opinionated helpers for building NextJS APIs, powered by [Zod](https://github.com/colinhacks/zod).
<center>
<img src="./logo.svg">
</center>
```ts

@@ -145,6 +149,8 @@ import { z } from 'zod';

### Stuff
---
## Stuff
See license information under [`LICENSE.md`](/LICENSE.md).
Contributions are super welcome - in the form of bug reports, suggestions, or better yet, pull requests!
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