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

nexus

Package Overview
Dependencies
Maintainers
3
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

17

package.json
{
"name": "nexus",
"version": "0.9.0",
"version": "0.9.1",
"main": "dist",

@@ -8,2 +8,3 @@ "types": "dist",

"description": "Scalable, strongly typed GraphQL schema development",
"homepage": "https://nexus.js.org",
"scripts": {

@@ -19,3 +20,3 @@ "dev": "yarn link-examples && tsc -w",

"examples": "yarn link-examples && cd website && yarn gulp run-examples",
"deploy-site": "cd website && yarn gulp link-website && yarn build",
"deploy-site": "cd website && yarn && yarn gulp link-website && yarn build",
"link-examples": "cd website && yarn && yarn gulp link-examples",

@@ -41,2 +42,3 @@ "unlink-examples": "cd website && yarn && yarn gulp unlink-examples",

"devDependencies": {
"@types/faker": "^4.1.5",
"@types/graphql": "14.0.3",

@@ -46,3 +48,2 @@ "@types/jest": "^23.3.7",

"@types/prettier": "^1.15.2",
"@types/faker": "^4.1.5",
"faker": "^4.1.0",

@@ -73,3 +74,13 @@ "graphql": "^14.0.2",

]
},
"keywords": [
"graphql",
"schema",
"types",
"typescript"
],
"repository": {
"type": "git",
"url": "git://github.com/graphql-nexus/nexus.git"
}
}
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