Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@barchart/common-js

Package Overview
Dependencies
Maintainers
0
Versions
457
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@barchart/common-js - npm Package Compare versions

Comparing version 4.42.1 to 4.43.0

12

lang/Currency.js

@@ -86,2 +86,13 @@ const assert = require('./assert'),

/**
* The Swiss Franc.
*
* @public
* @static
* @returns {Currency}
*/
static get CHF() {
return chf;
}
/**
* The Euro.

@@ -159,2 +170,3 @@ *

const cad = new Currency('CAD', 'Canadian Dollar', 2, 'CAD$');
const chf = new Currency('CHF', 'Swiss Franc', 2, 'CHF');
const eur = new Currency('EUR', 'Euro', 2, 'EUR');

@@ -161,0 +173,0 @@ const gbp = new Currency('GBP', 'British Pound', 2, 'GBP');

2

package.json
{
"name": "@barchart/common-js",
"version": "4.42.1",
"version": "4.43.0",
"description": "Library of common JavaScript utilities",

@@ -5,0 +5,0 @@ "author": {

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