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

@graphcms/validation

Package Overview
Dependencies
Maintainers
9
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphcms/validation - npm Package Compare versions

Comparing version 1.3.18 to 1.3.19

.changeset/config.json

8

package.json
{
"name": "@graphcms/validation",
"version": "1.3.18",
"version": "1.3.19",
"main": "dist/validation.js",

@@ -36,5 +36,9 @@ "types": "dist/index.d.ts",

"build": "microbundle --target browser --compress false",
"dev": "microbundle watch"
"dev": "microbundle watch",
"changeset": "changeset",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.17.0",
"@types/jest": "^23.3.8",

@@ -41,0 +45,0 @@ "@types/yup": "^0.26.0",

@@ -6,2 +6,11 @@ # GraphCMS/validation

## Publishing to npm
Publishing is automated using [Changesets](https://github.com/atlassian/changesets):
On your feature branch when your are done with your changes, run `yarn changeset` to generate a changeset file,
which will include a short desciption of the change and the generated version bump.
Commit the generated file, push, and open a PR. Check that the changeset is detected accordingly by github in the PR.
Once the PR gets merged to master, the changset will be applied and the package released to npm.
## Usage

@@ -8,0 +17,0 @@ Let's say you want to check if some string is a valid model api id.

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