@graphile-contrib/pg-many-to-many
Advanced tools
Comparing version 1.0.2 to 2.0.0-0.0
{ | ||
"name": "@graphile-contrib/pg-many-to-many", | ||
"version": "1.0.2", | ||
"version": "2.0.0-0.0", | ||
"description": "Add connection fields for many-to-many relations", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"format": "prettier --ignore-path ./.eslintignore", | ||
"format:all": "yarn format '**/*.{json,md,html,js,jsx,ts,tsx}'", | ||
"format:fix": "yarn format:all --write", | ||
"format:check": "yarn format:all --list-different", | ||
"lint": "eslint . --ext .js,.jsx", | ||
"test": "scripts/test" | ||
"lint": "eslint .", | ||
"watch": "tsc --watch", | ||
"test": "tsc && scripts/test" | ||
}, | ||
@@ -25,20 +22,35 @@ "repository": { | ||
"devDependencies": { | ||
"eslint": "8.28.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-jest": "27.1.6", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"graphql": "15.8.0", | ||
"jest": "29.3.1", | ||
"pg": "8.8.0", | ||
"postgraphile-core": "4.12.3", | ||
"prettier": "2.8.0" | ||
"@dataplan/pg": "^0.0.1-0.6", | ||
"@tsconfig/node16": "^1.0.3", | ||
"eslint": "^8.28.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint_d": "^12.2.1", | ||
"grafast": "^0.0.1-0.4", | ||
"grafserv": "^0.0.1-0.5", | ||
"graphile-build": "^5.0.0-0.5", | ||
"graphile-build-pg": "^5.0.0-0.7", | ||
"graphql": "16.1.0-experimental-stream-defer.6", | ||
"jest": "^29.3.1", | ||
"jest-serializer-graphql-schema": "^5.0.0-0.2", | ||
"pg": ">=6.1.0 <9", | ||
"pg-introspection": "^0.0.1-0.0", | ||
"pg-sql2": "^5.0.0-0.1", | ||
"postgraphile": "^5.0.0-0.9", | ||
"prettier": "2.8.0", | ||
"typescript": "^4.9.3" | ||
}, | ||
"jest": { | ||
"testRegex": "__tests__/.*\\.test\\.js$" | ||
"testRegex": "__tests__/.*\\.test\\.js$", | ||
"snapshotSerializers": [ | ||
"jest-serializer-graphql-schema" | ||
] | ||
}, | ||
"files": [ | ||
"src", | ||
"index.js", | ||
"index.d.ts" | ||
] | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
} | ||
} |
# @graphile-contrib/pg-many-to-many | ||
[![Package on npm](https://img.shields.io/npm/v/@graphile-contrib/pg-many-to-many.svg)](https://www.npmjs.com/package/@graphile-contrib/pg-many-to-many) | ||
[![Package on npm](https://img.shields.io/npm/v/@graphile-contrib/pg-many-to-many.svg)](https://www.npmjs.com/package/@graphile-contrib/pg-many-to-many) [![CircleCI](https://circleci.com/gh/graphile-contrib/pg-many-to-many.svg?style=svg)](https://circleci.com/gh/graphile-contrib/pg-many-to-many) | ||
@@ -5,0 +5,0 @@ This Graphile Engine plugin adds connection fields for many-to-many relations. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
77371
35
20
702
2
2