New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

herbx

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

herbx - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

3

lib/utils/is.d.ts

@@ -0,1 +1,2 @@

import { IFunction } from 'herb-core-include';
export declare enum Types {

@@ -18,3 +19,3 @@ array = "[object Array]",

export declare function isPromise(e: any): e is Promise<any>;
export declare function isFunction(fn: any): boolean;
export declare function isFunction(fn: any): fn is IFunction;
//# sourceMappingURL=is.d.ts.map
{
"name": "herbx",
"version": "1.2.1",
"version": "1.2.2",
"main": "lib/index.js",

@@ -18,5 +18,5 @@ "files": [

"dependencies": {
"herb-core-include": "^1.0.10"
"herb-core-include": "^1.0.11"
},
"gitHead": "464e9be629a7481d5812a43b444981d8d98603d2"
"gitHead": "39216e770bdf8de2c67bf04de6acb25ef4db091f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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