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

@fathym/common

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fathym/common - npm Package Compare versions

Comparing version 1.0.4 to 1.0.18-integration

index.cjs.js

5

package.json
{
"name": "@fathym/common",
"version": "1.0.4"
"version": "1.0.18-integration",
"main": "./index.cjs.js",
"module": "./index.esm.js",
"typings": "./src/index.d.ts"
}

4

src/lib/status.d.ts
export declare class Status {
Code: number;
Code?: number;
get Metadata(): any;
Message: string;
Message?: string;
}
export declare function isStatusSuccess(status: Status): boolean;

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