Socket
Socket
Sign inDemoInstall

haystack-core

Package Overview
Dependencies
Maintainers
14
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.32 to 2.0.33

20

dist/core/HNamespace.d.ts

@@ -200,2 +200,22 @@ import { HGrid } from './HGrid';

/**
* Return the feature from the feature key. An empty
* string is returned if no feature can be found.
*
* For example, `lib:foo` would return `lib`.
*
* @param name The name to parse.
* @returns The feature.
*/
static getFeature(name: string | HSymbol): string;
/**
* Return the feature name from the feature key. An empty
* string is returned if no feature name can be found.
*
* For example, `lib:foo` would return `foo`.
*
* @param name The name to parse.
* @returns The feature name.
*/
static getFeatureName(name: string | HSymbol): string;
/**
* @returns A list of all the libs implemented by this namespace.

@@ -202,0 +222,0 @@ */

2

package.json

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

"email": "support@j2inn.com",
"version": "2.0.32",
"version": "2.0.33",
"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