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

graphql-timezone

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-timezone - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

Readme.md

2

dist/index.d.ts
declare type Props = {
name: string;
name?: string;
description?: string;

@@ -4,0 +4,0 @@ };

@@ -13,3 +13,3 @@ "use strict";

// @ts-ignore
name: name,
name: name || "Timezone",
description: description ||

@@ -16,0 +16,0 @@ 'Accepts any valid timezone. List of available [timezones is here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) (column "TZ database name").',

@@ -5,3 +5,3 @@ import { createStringScalar } from 'graphql-scalar';

type Props = {
name: string;
name?: string;
description?: string;

@@ -13,3 +13,3 @@ };

// @ts-ignore
name,
name: name || "Timezone",
description:

@@ -16,0 +16,0 @@ description ||

{
"name": "graphql-timezone",
"version": "1.0.0",
"version": "1.0.1",
"description": "Timezone scalar type for GraphQL",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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