New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

groq-js

Package Overview
Dependencies
Maintainers
16
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 0.1.6 to 0.1.7

5

CHANGELOG.md
# Changelog
## v0.1.7 - 2020-06-15
- Fix build so that it includes rawParser (@judofyr)
- Work around bug in babel-plugin-transform-async-to-promises (@judofyr)
## v0.1.6 - 2020-06-15

@@ -4,0 +9,0 @@

11

package.json
{
"name": "groq-js",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",

@@ -25,7 +25,8 @@ "author": "Sanity.io <hello@sanity.io>",

"devDependencies": {
"@types/jest": "^25.1.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@types/jest": "^25.2.3",
"ndjson": "^1.5.0",
"tsdx": "^0.13.1",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
"tsdx": "^0.13.2",
"tslib": "^1.13.0",
"typescript": "^3.9.5"
},

@@ -32,0 +33,0 @@ "jest": {

@@ -188,2 +188,5 @@ import {SyntaxNode} from '../nodeTypes'

pipeFunctions.order = async function order(base, args, scope, execute) {
// This is a workaround for https://github.com/rpetrich/babel-plugin-transform-async-to-promises/issues/59
await true
if (base.getType() !== 'array') return NULL_VALUE

@@ -190,0 +193,0 @@

import * as NodeTypes from './nodeTypes'
import {Mark, MarkProcessor, MarkVisitor, MarkName} from './markProcessor'
import {functions, GroqFunctionArity, pipeFunctions} from './evaluator/functions'
const {parse: rawParse} = require('./rawParser')
import {parse as rawParse} from './rawParser'

@@ -6,0 +6,0 @@ function isValueNode(node: NodeTypes.SyntaxNode): node is NodeTypes.ValueNode {

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 too big to display

Sorry, the diff of this file is not supported yet

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

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