Socket
Socket
Sign inDemoInstall

haystack-core

Package Overview
Dependencies
Maintainers
11
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.17 to 2.0.18

17

dist/util/Scanner.d.ts

@@ -81,9 +81,20 @@ /**

/**
* Consume any space characters.
* Consume any space and tab characters.
*
* This does not consume all different types of white space - just space characters.
* This does not consume all different types of white space - just space and tab characters.
* @returns The scanner instance.
*/
consumeSpace(): this;
consumeSpacesAndTabs(): this;
/**
* @returns true if the current character is a space or tab.
*/
isSpaceOrTab(): boolean;
/**
* Return true if the character is a space or a tab.
*
* @param c The character to test.
* @returns True if a space or a tab.
*/
static isSpaceOrTab(c: string | null): boolean;
/**
* Consume any white space characters.

@@ -90,0 +101,0 @@ * @returns The scanner instance.

2

package.json

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

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

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

@@ -0,1 +1,11 @@

<p align="center">
<a href="https://github.com/j2inn/haystack-core/actions/workflows/master-push.yaml">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/j2inn/haystack-core/Master%20push" />
</a>
<a href="https://github.com/j2inn/haystack-core/blob/master/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/j2inn/haystack-core" />
</a>
</p>
# Haystack Core

@@ -2,0 +12,0 @@

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