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

graphql-schemax

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-schemax - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.0.12](https://github.com/nicolasdao/graphql-schemax/compare/v0.0.11...v0.0.12) (2021-11-13)
### [0.0.11](https://github.com/nicolasdao/graphql-schemax/compare/v0.0.10...v0.0.11) (2021-11-13)

@@ -7,0 +9,0 @@

4

package.json
{
"name": "graphql-schemax",
"version": "0.0.11",
"version": "0.0.12",
"description": "Creates GraphQL string schema from plain JSON objects.",

@@ -31,3 +31,3 @@ "keywords": [

"lint": "eslint src/ test/ --fix --ext .mjs",
"push": "git push --follow-tags origin master && npm publish",
"push": "npm run build && git push --follow-tags origin master && npm publish",
"rls": "standard-version --release-as",

@@ -34,0 +34,0 @@ "test": "mocha --exit",

@@ -1069,2 +1069,4 @@ # GRAPHQL-SCHEMAX

> This command is aitomatically executed before exah deployment to make sure the latest build is always depployed.
## Unit test

@@ -1071,0 +1073,0 @@

Sorry, the diff of this file is not supported yet

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