Comparing version 1.149.16-canary.250 to 1.149.16-canary.379
"use strict"; | ||
/* eslint-disable import/no-commonjs */ | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
module.exports = function groq(strings) { | ||
@@ -5,0 +5,0 @@ for (var _len = arguments.length, keys = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { |
{ | ||
"name": "groq", | ||
"version": "1.149.16-canary.250+6d25d4c64", | ||
"version": "1.149.16-canary.379+1c0830bff", | ||
"description": "Tagged template literal for Sanity.io GROQ-queries", | ||
@@ -39,3 +39,3 @@ "main": "lib/groq.js", | ||
"homepage": "https://www.sanity.io/", | ||
"gitHead": "6d25d4c6493f59faf966a7d64b3225962decc1a2" | ||
"gitHead": "1c0830bff5ce62909b7ed1fc12e83912a32d7489" | ||
} |
@@ -1,2 +0,2 @@ | ||
/* eslint-disable import/no-commonjs */ | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
module.exports = function groq(strings, ...keys) { | ||
@@ -3,0 +3,0 @@ const lastIndex = strings.length - 1 |
@@ -1,2 +0,2 @@ | ||
/* eslint-disable import/no-commonjs */ | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
const assert = require('assert') | ||
@@ -3,0 +3,0 @@ const groq = require('../src/groq') |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
4387