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

@sanity/groq-store

Package Overview
Dependencies
Maintainers
33
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/groq-store - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

17

package.json
{
"name": "@sanity/groq-store",
"version": "0.4.0",
"version": "0.4.1",
"description": "Stream dataset to memory for in-memory querying",

@@ -10,3 +10,5 @@ "main": "dist/node/groq-store.js",

"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {

@@ -20,7 +22,7 @@ "start": "cd example && npm start",

"lint": "eslint .",
"prepare": "npm run build",
"prepare": "husky install && npm run build",
"prepublishOnly": "npm run lint && npm run build && npm run test "
},
"engines": {
"node": ">=10"
"node": ">=14"
},

@@ -48,3 +50,3 @@ "repository": {

"groq": "^2.0.9",
"groq-js": "^0.4.0-beta.2",
"groq-js": "^1.0.1",
"mendoza": "^2.1.1",

@@ -56,3 +58,6 @@ "simple-get": "^4.0.1",

"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^15.0.0",
"@sanity/client": "^2.23.1",
"@sanity/semantic-release-preset": "^2.0.0",
"@types/eventsource": "^1.1.9",

@@ -69,2 +74,4 @@ "@types/node": "^14.14.6",

"eslint-plugin-react": "^7.28.0",
"husky": "^7.0.2",
"lint-staged": "^12.4.1",
"microbundle": "^0.15.0",

@@ -71,0 +78,0 @@ "prettier": "^2.7.1",

@@ -88,1 +88,13 @@ # @sanity/groq-store

MIT © [Sanity.io](https://www.sanity.io/)
## Release new version
Run ["CI & Release" workflow](https://github.com/sanity-io/groq-store/actions).
Make sure to select the main branch and check "Release new version".
Version will be automatically bumped based on [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) since the last release.
Semantic release will only release on configured branches, so it is safe to run release on any branch.
Note: commits with `chore:` will be ignored. If you want updated dependencies to trigger
a new version, use `fix(deps):` instead.

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