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

five-bells-shared

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

five-bells-shared - npm Package Compare versions

Comparing version 21.2.0 to 22.0.0

npmrc-env

2

lib/validator.js

@@ -67,3 +67,3 @@ 'use strict'

} catch (e) {
throw new ServerError('Failed to parse schema: ' + fileName)
throw new ServerError('Failed to parse schema: ' + fileName + '. Reason: ' + e)
}

@@ -70,0 +70,0 @@ })

{
"name": "five-bells-shared",
"version": "21.2.0",
"version": "22.0.0",
"description": "Shared components for Five Bells projects.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -13,3 +13,3 @@ {

"description": "Name of the account",
"type": "string"
"$ref": "Identifier.json"
},

@@ -16,0 +16,0 @@ "balance": {

@@ -6,3 +6,3 @@ {

"type": "string",
"pattern": "^cc:([1-9a-f][0-9a-f]{0,3}|0):[1-9a-f][0-9a-f]{0,15}:[a-zA-Z0-9_-]{0,86}:([1-9][0-9]{0,17}|0)$"
"pattern": "^ni:\/\/\/sha-256;[a-zA-Z0-9_-]{0,86}?(?:[a-z0-9-._~!$&'()*+,;=:@\/?]|%[0-9A-F]{2})*$"
}

@@ -6,3 +6,3 @@ {

"type": "string",
"pattern": "^cf:([1-9a-f][0-9a-f]{0,3}|0):[a-zA-Z0-9_-]*$"
"pattern": "^[a-zA-Z0-9_-]*$"
}

@@ -6,3 +6,3 @@ {

"type": "string",
"pattern": "^([a-zA-Z0-9][a-zA-Z0-9-]{0,18}[a-zA-Z0-9]|([a-zA-Z0-9][a-zA-Z0-9-]{0,18}[a-zA-Z0-9]@)?((?!-)[a-zA-Z0-9-]{1,63}\\.)+(?!-)[a-zA-Z0-9-]{1,63})(?:\\:[0-9]{0,5})?$"
"pattern": "^[a-zA-Z0-9_-]{1,86}$"
}

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