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

@credify/credify-js

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@credify/credify-js - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

8

dist/domain/config.d.ts
export declare let API_KEY: string;
export declare let APP_HOST: string;
export declare let APP_OIDC_HOST: string;
export declare const configure: (apiKey: string, mode?: string) => void;
export interface Config {
apiKey: string;
mode?: "production" | "sandbox" | "development" | "local";
appHost?: string;
oidcHost?: string;
}
export declare const configure: (config: Config) => void;

2

package.json
{
"name": "@credify/credify-js",
"version": "1.0.14",
"version": "1.0.15",
"description": "Credify JS Library",

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

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

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