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

ar-gql

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ar-gql - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

2

dist/index.js

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

//sanity check
if (endpointUrl && !endpointUrl.match(/^https?:\/\/.*\/graphql$/)) {
if (endpointUrl && !endpointUrl.match(/^https?:\/\/.*\/graphql*/)) {
throw new Error(`string doesn't appear to be a URL of the form <http(s)://some-domain/graphql>'. You entered "${endpointUrl}"`);

@@ -11,0 +11,0 @@ }

{
"name": "ar-gql",
"version": "1.2.8",
"version": "1.2.9",
"main": "dist/index",

@@ -5,0 +5,0 @@ "types": "dist/index",

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