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

graphql-operation-to-pojo

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-operation-to-pojo - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

21

package.json
{
"name": "graphql-operation-to-pojo",
"version": "1.0.2",
"version": "1.0.3",
"description": "Converts GraphQL operations to plain old JS objects (POJOs), ready to to be serialized to JSON",

@@ -43,7 +43,7 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-flow": "^7.0.0",

@@ -53,8 +53,11 @@ "babel-core": "~7.0.0-bridge.0",

"flow-bin": "^0.82.0",
"graphql": "^14.0.2",
"husky": "^1.1.1",
"graphql": "^14.2.0",
"husky": "^1.3.1",
"jest": "^23.6.0",
"prettier": "~1.14.3",
"pretty-quick": "^1.7.0"
"pretty-quick": "^1.10.0"
},
"peerDependencies": {
"graphql": ">=12.0.0"
}
}
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