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

@blocklet/meta

Package Overview
Dependencies
Maintainers
2
Versions
740
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocklet/meta - npm Package Compare versions

Comparing version 1.0.33-beta.0 to 1.0.33

2

lib/fix.js

@@ -212,3 +212,3 @@ /* eslint-disable prefer-destructuring */

port: {
internal: `BLOCKLET_${x.upstreamPort}_PORT`.toUpperCase(),
internal: `BLOCKLET_${x.protocol}_PORT`.toUpperCase(),
external: x.port,

@@ -215,0 +215,0 @@ },

@@ -149,5 +149,10 @@ /* eslint-disable newline-per-chained-call */

timeout: Joi.object({
start: Joi.number().min(10).max(600), // start check timeout, 10 seconds ~ 10 minutes
}).default({ start: 10 }),
// interfaces: https://github.com/blocklet/blocklet-specification/issues/2
interfaces: Joi.array()
.items(interfaceSchema)
.unique('name')
// .has(...) // FIXME: when migration is done, this should be live

@@ -154,0 +159,0 @@ .default([]),

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

},
"version": "1.0.33-beta.0",
"version": "1.0.33",
"description": "Library to parse/validate/fix blocklet meta",

@@ -24,6 +24,6 @@ "main": "lib/index.js",

"dependencies": {
"@arcblock/did": "^1.4.2",
"@arcblock/forge-util": "^1.4.2",
"@arcblock/forge-wallet": "^1.4.2",
"@arcblock/mcrypto": "^1.4.2",
"@arcblock/did": "^1.4.3",
"@arcblock/forge-util": "^1.4.3",
"@arcblock/forge-wallet": "^1.4.3",
"@arcblock/mcrypto": "^1.4.3",
"@wangshijun/hdkey": "^2.0.3",

@@ -42,3 +42,4 @@ "axios": "^0.21.0",

"jest": "^26.4.2"
}
},
"gitHead": "1d09d3961155b55de0b0c8f4dac88526e107d7e2"
}
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