@graphql-toolkit/file-loading
Advanced tools
Comparing version 0.7.3-alpha-748ad75.1 to 0.7.3-alpha-d226cb9.5
{ | ||
"name": "@graphql-toolkit/file-loading", | ||
"version": "0.7.3-alpha-748ad75.1+748ad75", | ||
"version": "0.7.3-alpha-d226cb9.5+d226cb9", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,11 +10,11 @@ "repository": "git@github.com:dotansimha/graphql-toolkit.git", | ||
"clean": "rimraf dist", | ||
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs", | ||
"test": "jest --config ../../jest.config.js" | ||
"build": "bob", | ||
"test": "jest --no-watchman --config ../../jest.config.js" | ||
}, | ||
"sideEffects": false, | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/esnext/index.js", | ||
"typings": "dist/esnext/index.d.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"typescript": { | ||
"definition": "dist/esnext/index.d.ts" | ||
"definition": "dist/index.d.ts" | ||
}, | ||
@@ -24,6 +24,9 @@ "peerDependencies": { | ||
}, | ||
"buildOptions": { | ||
"input": "./src/index.ts" | ||
}, | ||
"devDependencies": { | ||
"@types/glob": "7.1.1", | ||
"@ardatan/bob": "0.1.4", | ||
"@types/jest": "24.0.23", | ||
"@types/node": "12.12.9", | ||
"@types/node": "12.12.11", | ||
"graphql": "14.5.8", | ||
@@ -35,5 +38,5 @@ "jest": "24.9.0", | ||
"dependencies": { | ||
"@graphql-toolkit/common": "0.7.3-alpha-748ad75.1+748ad75", | ||
"@graphql-toolkit/common": "0.7.3-alpha-d226cb9.5+d226cb9", | ||
"@kamilkisiela/graphql-tools": "4.0.6", | ||
"glob": "7.1.6" | ||
"globby": "10.0.1" | ||
}, | ||
@@ -43,3 +46,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "748ad7569980344ef666374474a70c207a2c9991" | ||
"gitHead": "d226cb9da6ad7e0a8aac751ea4e10d4f558a4063" | ||
} |
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
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
25193
8
414
2
+ Addedglobby@10.0.1
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Added@types/glob@7.2.0(transitive)
+ Added@types/minimatch@5.1.2(transitive)
+ Added@types/node@22.8.4(transitive)
+ Addedarray-union@2.1.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addeddir-glob@3.0.1(transitive)
+ Addedfast-glob@3.3.2(transitive)
+ Addedfastq@1.17.1(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedglobby@10.0.1(transitive)
+ Addedignore@5.3.2(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedpath-type@4.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
+ Addedslash@3.0.0(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removedglob@7.1.6
- Removedglob@7.1.6(transitive)
Updated@graphql-toolkit/common@0.7.3-alpha-d226cb9.5+d226cb9