algolia-graphql-schema
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.0.4](https://github.com/charlypoly/algolia-graphql-schema/compare/v0.0.3...v0.0.4) (2021-09-14) | ||
### [0.0.3](https://github.com/charlypoly/algolia-graphql-schema/compare/v0.0.2...v0.0.3) (2021-09-14) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "algolia-graphql-schema", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Given an Algolia index, generates valid GraphQL types for exposing a GraphQL backend search Query", | ||
"main": "index.js", | ||
"bin": "bin/algolia-graphql-schema", | ||
"main": "src/index.js", | ||
"bin": "dist/index.js", | ||
"scripts": { | ||
@@ -14,2 +14,5 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
@@ -16,0 +19,0 @@ "algolia", |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import * as fs from "fs"; | ||
@@ -2,0 +3,0 @@ import * as path from "path"; |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
29721
14
406
2