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

groq-js

Package Overview
Dependencies
Maintainers
54
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

groq-js - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1-canary.0

26

package.json
{
"name": "groq-js",
"version": "1.10.0",
"version": "1.10.1-canary.0",
"keywords": [

@@ -59,2 +59,3 @@ "sanity",

"browserslist": "extends @sanity/browserslist-config",
"prettier": "@sanity/prettier-config",
"tap": {

@@ -67,9 +68,13 @@ "check-coverage": false,

},
"dependencies": {
"debug": "^4.3.4"
},
"devDependencies": {
"@sanity/pkg-utils": "6.8.14",
"@sanity/semantic-release-preset": "^4.1.7",
"@sanity/pkg-utils": "6.10.2",
"@sanity/prettier-config": "^1.0.2",
"@sanity/semantic-release-preset": "^5.0.0",
"@types/debug": "^4.1.12",
"@types/tap": "^15.0.11",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",

@@ -81,16 +86,13 @@ "eslint-config-prettier": "^9.1.0",

"ndjson": "^2.0.0",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.0",
"semantic-release": "^24.0.0",
"semver": "^7.5.4",
"tap": "^16.3.10",
"tsx": "^4.10.2",
"typescript": "5.4.5"
"tsx": "^4.16.2",
"typescript": "5.5.3"
},
"engines": {
"node": ">= 14"
},
"dependencies": {
"debug": "^4.3.4"
}
}

@@ -76,3 +76,3 @@ import type {OpCall} from '../nodeTypes'

// eslint-disable-next-line func-name-matching
in: async function inop(left, right) {
'in': async function inop(left, right) {
if (right.type === 'path') {

@@ -99,3 +99,3 @@ if (left.type !== 'string') {

match: async function match(left, right) {
'match': async function match(left, right) {
let tokens: Token[] = []

@@ -102,0 +102,0 @@ let patterns: Pattern[] = []

@@ -32,7 +32,7 @@ /* eslint-disable camelcase */

'/': '/',
b: '\b',
f: '\f',
n: '\n',
r: '\r',
t: '\t',
'b': '\b',
'f': '\f',
'n': '\n',
'r': '\r',
't': '\t',
}

@@ -39,0 +39,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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