Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@accounts/graphql-client

Package Overview
Dependencies
Maintainers
5
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/graphql-client - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0-alpha.d5318331

2

lib/graphql/reset-password.mutation.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var graphql_tag_1 = require("graphql-tag");
exports.resetPasswordMutation = (_a = ["\n mutation($token: String!, $newPassword: PasswordInput!) {\n resetPassword(token: $token, newPassword: $password)\n }\n"], _a.raw = ["\n mutation($token: String!, $newPassword: PasswordInput!) {\n resetPassword(token: $token, newPassword: $password)\n }\n"], graphql_tag_1.default(_a));
exports.resetPasswordMutation = (_a = ["\n mutation($token: String!, $newPassword: String!) {\n resetPassword(token: $token, newPassword: $newPassword)\n }\n"], _a.raw = ["\n mutation($token: String!, $newPassword: String!) {\n resetPassword(token: $token, newPassword: $newPassword)\n }\n"], graphql_tag_1.default(_a));
var _a;
//# sourceMappingURL=reset-password.mutation.js.map
{
"name": "@accounts/graphql-client",
"version": "0.2.2",
"version": "0.3.0-alpha.d5318331",
"description": "GraphQL client transport for accounts",

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

Sorry, the diff of this file is not supported yet

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