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

@edgeandnode/common

Package Overview
Dependencies
Maintainers
12
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgeandnode/common - npm Package Compare versions

Comparing version 2.1.13 to 2.1.14

8

build/index.esm.js

@@ -199,2 +199,10 @@ import gql from 'graphql-tag';

Object.assign(numeral.localeData('en'), {
abbreviations: {
thousand: 'K',
million: 'M',
billion: 'B',
trillion: 'T'
}
});
/**

@@ -201,0 +209,0 @@ * Abbreviate number

@@ -212,2 +212,10 @@ 'use strict';

Object.assign(numeral__default['default'].localeData('en'), {
abbreviations: {
thousand: 'K',
million: 'M',
billion: 'B',
trillion: 'T'
}
});
/**

@@ -214,0 +222,0 @@ * Abbreviate number

2

package.json
{
"name": "@edgeandnode/common",
"version": "2.1.13",
"version": "2.1.14",
"description": "Common Edge & Node utils and types",

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

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