New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphile-contrib/pg-many-to-many

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphile-contrib/pg-many-to-many - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0-0.0

dist/createManyToManyConnectionType.d.ts

58

package.json
{
"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.

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