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

@rsql/parser

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rsql/parser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2-canary.10.71f98a5.0

2

dist/index.d.ts

@@ -7,3 +7,3 @@ // Generated by dts-bundle v0.7.3

function parse(source: string): ExpressionNode;
declare function parse(source: string): ExpressionNode;
export { parse };

@@ -7,3 +7,3 @@ {

"author": "Piotr Oleś <piotrek.oles@gmail.com>",
"version": "1.0.1",
"version": "1.0.2-canary.10.71f98a5.0",
"sideEffects": false,

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"build:lib": "tsc -b tsconfig.json",
"build:dist": "rollup -c && dts-bundle --name \"@rsql/parser\" --main lib/index.d.ts --out ../dist/index.d.ts --outputAsModuleFolder && prettier --write ./dist",
"build:dist": "rollup -c && node ../../patches/dts-bundle/index.js --name \"@rsql/parser\" --main lib/index.d.ts --out ../dist/index.d.ts --outputAsModuleFolder && prettier --write ./dist",
"build": "yarn build:clean && yarn build:lib && yarn build:dist"

@@ -33,3 +33,3 @@ },

"dependencies": {
"@rsql/ast": "^1.0.1"
"@rsql/ast": "1.0.2-canary.10.71f98a5.0"
},

@@ -44,3 +44,3 @@ "jest": {

},
"gitHead": "f8ab53eab94fe1de4cde7c518dad67f57710f727"
"gitHead": "71f98a5361c36fc92d02a50ed3516416f18732ed"
}
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