Socket
Socket
Sign inDemoInstall

haystack-core

Package Overview
Dependencies
Maintainers
16
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haystack-core - npm Package Compare versions

Comparing version 2.0.44 to 2.0.45

9

dist/core/HDict.d.ts

@@ -527,10 +527,9 @@ import { EvalContext } from '../filter/EvalContext';

/**
* Determines whether this dict is newer than the `dict` specified as parameter
* Returns true if this dict is newer than the specified dict.
* The `mod` timestamp is used to perform the check.
*
* The comparison is made by checking the `mod` tag first.
* If the `mod` tag is missing in the dict, then fallback to checking whether the two dicts contents differ.
* @param dict The other dict to compare to this dict
* @return True if this dict is newer than the other dict
* @param dict The other dict to compare to this dict.
* @return True if this dict is newer.
*/
isNewer(dict: HDict): boolean;
}

@@ -14,3 +14,3 @@ {

"email": "support@j2inn.com",
"version": "2.0.44",
"version": "2.0.45",
"module": "dist/index.es.js",

@@ -17,0 +17,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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