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

httpquery

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpquery - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

4

CHANGES.md
# CHANGES to httpquery
## 0.6.0
- fix: BREAKING: rename `query-request-bindings` to `query-bindings`
## 0.5.0

@@ -4,0 +8,0 @@

2

Node/index.js

@@ -127,3 +127,3 @@ // Todo: Make this integratable into a pipeline; ensure can use HTML or XML DOM with content-type accordingly

);
const bindings = req.headers['query-jsonata-bindings']?.trim();
const bindings = req.headers['query-bindings']?.trim();
jsonataExpression.evaluate(

@@ -130,0 +130,0 @@ JSON.parse(fileContents.toString('utf8')),

{
"name": "httpquery",
"version": "0.5.0",
"version": "0.6.0",
"author": "Brett Zamir",

@@ -5,0 +5,0 @@ "contributors": [],

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