Socket
Socket
Sign inDemoInstall

jsonata

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonata - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

jsonata.d.ts

@@ -40,3 +40,3 @@ // Type definitions for jsonata 1.7

interface Expression {
evaluate(input: any, bindings?: Record<string, any>): any;
evaluate(input: any, bindings?: Record<string, any>): Promise<any>;
evaluate(input: any, bindings: Record<string, any> | undefined, callback: (err: JsonataError, resp: any) => void): void;

@@ -43,0 +43,0 @@ assign(name: string, value: any): void;

{
"name": "jsonata",
"version": "2.0.1",
"version": "2.0.2",
"description": "JSON query and transformation language",

@@ -5,0 +5,0 @@ "module": "jsonata.js",

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