Socket
Socket
Sign inDemoInstall

@celo/utils

Package Overview
Dependencies
Maintainers
19
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@celo/utils - npm Package Compare versions

Comparing version 1.0.0-beta4 to 1.0.0

2

lib/attestations.js

@@ -38,3 +38,3 @@ "use strict";

function extractSecurityCodeWithPrefix(message) {
var matches = message.match('\\s(\\d{8})');
var matches = message.match('(\\d{8})');
if (matches && matches.length === 2) {

@@ -41,0 +41,0 @@ return matches[1];

{
"name": "@celo/utils",
"version": "1.0.0-beta4",
"version": "1.0.0",
"description": "Celo common utils",

@@ -22,4 +22,11 @@ "author": "Celo",

"dependencies": {
"@celo/base": "1.0.0-beta4",
"@umpirsky/country-list": "git://github.com/umpirsky/country-list#05fda51",
"@celo/base": "1.0.0",
"@umpirsky/country-list": "https://github.com/umpirsky/country-list#05fda51",
"@types/country-data": "^0.0.0",
"@types/elliptic": "^6.4.9",
"@types/ethereumjs-util": "^5.2.0",
"@types/google-libphonenumber": "^7.4.17",
"@types/lodash": "^4.14.136",
"@types/node": "^10.12.18",
"@types/randombytes": "^2.0.0",
"bigi": "^1.1.0",

@@ -47,10 +54,3 @@ "bignumber.js": "^9.0.0",

"@celo/flake-tracker": "0.0.1-dev",
"@celo/typescript": "0.0.1",
"@types/country-data": "^0.0.0",
"@types/elliptic": "^6.4.9",
"@types/ethereumjs-util": "^5.2.0",
"@types/google-libphonenumber": "^7.4.17",
"@types/lodash": "^4.14.136",
"@types/node": "^10.12.18",
"@types/randombytes": "^2.0.0"
"@celo/typescript": "0.0.1"
},

@@ -57,0 +57,0 @@ "resolutions": {

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