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
14
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.1 to 0.1.2

2

package.json
{
"name": "groq-js",
"version": "0.1.1",
"version": "0.1.2",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -58,2 +58,6 @@ const {

Parameter({name}, scope) {
return fromJS(scope.params[name])
},
Parent({n}, scope) {

@@ -60,0 +64,0 @@ for (let i = 0; i < n; i++) {

@@ -498,2 +498,11 @@ const {parse: rawParse} = require('./rawParser')

}
},
param(p, mark) {
let name = p.processStringEnd()
return {
type: 'Parameter',
name
}
}

@@ -500,0 +509,0 @@ }

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