@jcoreio/graphql-sequelize-extra
Advanced tools
Comparing version 1.3.2 to 1.4.0
exports.DB_HOST = 'localhost' | ||
exports.DB_PASSWORD = process.env.TDDIUM_DB_NAME || 'password' | ||
exports.DB_USER = process.env.TDDIUM_DB_USER || 'postgres' | ||
exports.DB_NAME = process.env.TDDIUM_DB_NAME || 'graphql_sequelize_extra' | ||
exports.DB_PASSWORD = 'password' | ||
exports.DB_USER = 'postgres' | ||
exports.DB_NAME = 'graphql_sequelize_extra' |
{ | ||
"name": "@jcoreio/graphql-sequelize-extra", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "some missing pieces of the graphql-sequelize bridge", | ||
@@ -18,8 +18,7 @@ "main": "lib/index.js", | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
"precommit": "npm run lint && flow", | ||
"prepush": "npm test", | ||
"prepublishOnly": "npm run lint && flow && npm test && npm run build", | ||
"precommit": "yarn run lint && flow", | ||
"prepush": "yarn test", | ||
"prepublishOnly": "yarn run lint && flow && yarn test && yarn run build", | ||
"open:coverage": "open coverage/lcov-report/index.html", | ||
"semantic-release": "semantic-release", | ||
"travis-deploy-once": "travis-deploy-once" | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -58,4 +57,4 @@ "config": { | ||
"@commitlint/config-conventional": "^6.0.2", | ||
"@jcoreio/condition-solano": "^1.0.0", | ||
"@jcoreio/require-env": "^1.0.3", | ||
"@jedwards1211/commitlint-config": "^1.0.0", | ||
"@jedwards1211/eslint-config": "^2.0.0", | ||
@@ -76,2 +75,3 @@ "@jedwards1211/eslint-config-flow": "^1.0.0", | ||
"codecov": "^3.0.0", | ||
"condition-circle": "^2.0.1", | ||
"copy": "^0.3.0", | ||
@@ -97,5 +97,4 @@ "defaultenv": "^3.0.3", | ||
"rimraf": "^2.6.0", | ||
"semantic-release": "^15.1.4", | ||
"sequelize": "^4.28.6", | ||
"travis-deploy-once": "^4.3.1" | ||
"semantic-release": "^15.10.6", | ||
"sequelize": "^4.28.6" | ||
}, | ||
@@ -111,8 +110,4 @@ "peerDependencies": { | ||
"release": { | ||
"verifyConditions": [ | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
"@jcoreio/condition-solano" | ||
] | ||
"verifyConditions": "condition-circle" | ||
} | ||
} |
@@ -7,3 +7,3 @@ // @flow | ||
type Options = { | ||
export type Options = { | ||
cache?: Object, | ||
@@ -10,0 +10,0 @@ exclude?: Array<string> | (key: string) => ?boolean, |
@@ -7,3 +7,3 @@ // @flow | ||
type Options = { | ||
export type Options = { | ||
cache?: Object, | ||
@@ -10,0 +10,0 @@ exclude?: Array<string> | (key: string) => ?boolean, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances in 1 package
0
382722
28