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

algolia-graphql-schema

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algolia-graphql-schema - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/graphqlTypesFromJsonSchema.d.ts

2

CHANGELOG.md

@@ -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 @@

9

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

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