Socket
Socket
Sign inDemoInstall

credit-rating-description-standard-scale

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

credit-rating-description-standard-scale - npm Package Compare versions

Comparing version 1.0.5 to 1.0.8

176

bundle/index.js

@@ -97,131 +97,77 @@ /******/ (function(modules) { // webpackBootstrap

/******/(function (modules) {
// webpackBootstrap
/******/ // The module cache
/******/var installedModules = {};
var INVESTMENT_GRADE = 'Investment grade';
var HIGH_YIELD = 'High-yield';
/******/ // The require function
/******/function __webpack_require__(moduleId) {
var PRIME = {
description: 'Prime',
grade: INVESTMENT_GRADE
};
/******/ // Check if module is in cache
/******/if (installedModules[moduleId])
/******/return installedModules[moduleId].exports;
var HIGH_GRADE = {
description: 'High grade',
grade: INVESTMENT_GRADE
};
/******/ // Create a new module (and put it into the cache)
/******/var module = installedModules[moduleId] = {
/******/exports: {},
/******/id: moduleId,
/******/loaded: false
/******/ };
var UPPER_MEDIUM_GRADE = {
description: 'Upper medium grade',
grade: INVESTMENT_GRADE
};
/******/ // Execute the module function
/******/modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
var LOWER_MEDIUM_GRADE = {
description: 'Lower medium grade',
grade: INVESTMENT_GRADE
};
/******/ // Flag the module as loaded
/******/module.loaded = true;
var NON_INVESTMENT_GRADE_SPECULATIVE = {
description: 'Non-investment grade speculative',
grade: HIGH_YIELD
};
/******/ // Return the exports of the module
/******/return module.exports;
/******/
}
var HIGHLY_SPECULATIVE = {
description: 'Highly speculative',
grade: HIGH_YIELD
};
/******/ // expose the modules object (__webpack_modules__)
/******/__webpack_require__.m = modules;
var SUBSTANTIAL_RISKS = {
description: 'Substantial risks',
grade: HIGH_YIELD
};
/******/ // expose the module cache
/******/__webpack_require__.c = installedModules;
var EXTREMELY_SPECULATIVE = {
description: 'Extremely speculative',
grade: HIGH_YIELD
};
/******/ // __webpack_public_path__
/******/__webpack_require__.p = "";
var DEFAULT_IMMINENT = {
description: 'Default imminent',
grade: HIGH_YIELD
};
/******/ // Load entry module and return exports
/******/return __webpack_require__(0);
/******/
})(
/************************************************************************/
/******/[
/* 0 */
/***/function (module, exports) {
var IN_DEFAULT = {
description: 'In default',
grade: HIGH_YIELD
};
'use strict';
var NOT_RATED = {
description: 'Not rated',
grade: 'Not rated'
};
var INVESTMENT_GRADE = 'Investment grade';
var HIGH_YIELD = 'High-yield';
module.exports = {
INVESTMENT_GRADE: INVESTMENT_GRADE,
HIGH_YIELD: HIGH_YIELD,
PRIME: PRIME,
HIGH_GRADE: HIGH_GRADE,
UPPER_MEDIUM_GRADE: UPPER_MEDIUM_GRADE,
LOWER_MEDIUM_GRADE: LOWER_MEDIUM_GRADE,
NON_INVESTMENT_GRADE_SPECULATIVE: NON_INVESTMENT_GRADE_SPECULATIVE,
HIGHLY_SPECULATIVE: HIGHLY_SPECULATIVE,
SUBSTANTIAL_RISKS: SUBSTANTIAL_RISKS,
EXTREMELY_SPECULATIVE: EXTREMELY_SPECULATIVE,
DEFAULT_IMMINENT: DEFAULT_IMMINENT,
IN_DEFAULT: IN_DEFAULT,
NOT_RATED: NOT_RATED
};
var PRIME = {
description: 'Prime',
grade: INVESTMENT_GRADE
};
var HIGH_GRADE = {
description: 'High grade',
grade: INVESTMENT_GRADE
};
var UPPER_MEDIUM_GRADE = {
description: 'Upper medium grade',
grade: INVESTMENT_GRADE
};
var LOWER_MEDIUM_GRADE = {
description: 'Lower medium grade',
grade: INVESTMENT_GRADE
};
var NON_INVESTMENT_GRADE_SPECULATIVE = {
description: 'Non-investment grade speculative',
grade: HIGH_YIELD
};
var HIGHLY_SPECULATIVE = {
description: 'Highly speculative',
grade: HIGH_YIELD
};
var SUBSTANTIAL_RISKS = {
description: 'Substantial risks',
grade: HIGH_YIELD
};
var EXTREMELY_SPECULATIVE = {
description: 'Extremely speculative',
grade: HIGH_YIELD
};
var DEFAULT_IMMINENT = {
description: 'Default imminent',
grade: HIGH_YIELD
};
var IN_DEFAULT = {
description: 'In default',
grade: HIGH_YIELD
};
var NOT_RATED = {
description: 'Not rated',
grade: 'Not rated'
};
module.exports = {
INVESTMENT_GRADE: INVESTMENT_GRADE,
HIGH_YIELD: HIGH_YIELD,
PRIME: PRIME,
HIGH_GRADE: HIGH_GRADE,
UPPER_MEDIUM_GRADE: UPPER_MEDIUM_GRADE,
LOWER_MEDIUM_GRADE: LOWER_MEDIUM_GRADE,
NON_INVESTMENT_GRADE_SPECULATIVE: NON_INVESTMENT_GRADE_SPECULATIVE,
HIGHLY_SPECULATIVE: HIGHLY_SPECULATIVE,
SUBSTANTIAL_RISKS: SUBSTANTIAL_RISKS,
EXTREMELY_SPECULATIVE: EXTREMELY_SPECULATIVE,
DEFAULT_IMMINENT: DEFAULT_IMMINENT,
IN_DEFAULT: IN_DEFAULT,
NOT_RATED: NOT_RATED
};
/***/
}
/******/]);
/***/ }
/******/ ]);
{
"name": "credit-rating-description-standard-scale",
"version": "1.0.5",
"version": "1.0.8",
"description": "A small library containing a standard credit rating scale and it's descriptions",
"main": "./bundle/index.js",
"main": "index.js",
"scripts": {

@@ -14,3 +14,3 @@ "build": "webpack",

"dependencies": {
"credit-rating-descriptions": "^1.0.5"
"credit-rating-descriptions": "^1.0.8"
},

@@ -17,0 +17,0 @@ "repository": {

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