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

groq-js

Package Overview
Dependencies
Maintainers
47
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.6.0 to 1.6.1

5

package.json
{
"name": "groq-js",
"version": "1.6.0",
"version": "1.6.1",
"keywords": [

@@ -41,5 +41,2 @@ "sanity",

"./dist/1.d.ts"
],
"typeEvaluator": [
"./dist/typeEvaluator/index.d.ts"
]

@@ -46,0 +43,0 @@ }

21

src/typeEvaluator/index.ts

@@ -0,3 +1,22 @@

export type {GroqFunction, GroqFunctionArg, GroqPipeFunction} from '../evaluator/functions'
export type {Scope} from '../evaluator/scope'
export type {Context, DereferenceFunction, Document, Executor} from '../evaluator/types'
export * from '../nodeTypes'
export type {
AnyStaticValue,
ArrayValue,
BooleanValue,
DateTimeValue,
GroqType,
NullValue,
NumberValue,
ObjectValue,
PathValue,
StaticValue,
StreamValue,
StringValue,
Value,
} from '../values'
export {DateTime, Path} from '../values'
export {typeEvaluate} from './typeEvaluate'
// @internal
export {createReferenceTypeNode} from './typeHelpers'

@@ -4,0 +23,0 @@ export type {

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