Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clipboard-health/contract-core

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipboard-health/contract-core - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

7

package.json
{
"name": "@clipboard-health/contract-core",
"description": "Shared Zod schemas for Clipboard Health's contracts.",
"version": "0.9.1",
"version": "0.10.0",
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",

@@ -11,3 +11,3 @@ "dependencies": {

"devDependencies": {
"@clipboard-health/testing-core": "0.9.1"
"@clipboard-health/testing-core": "0.10.0"
},

@@ -30,5 +30,2 @@ "keywords": [

},
"scripts": {
"embed": "embedme README.md"
},
"type": "commonjs",

@@ -35,0 +32,0 @@ "typings": "./src/index.d.ts",

@@ -24,4 +24,3 @@ # @clipboard-health/contract-core <!-- omit from toc -->

```ts
// ./examples/schemas.ts
// packages/contract-core/examples/schemas.ts
import { apiErrors, booleanString, nonEmptyString, uuid } from "@clipboard-health/contract-core";

@@ -28,0 +27,0 @@ import { type ZodError } from "zod";

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