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

smoldot

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smoldot - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

dist/cjs/internals/local-instance.d.ts

@@ -101,3 +101,3 @@ /**

* Notifies the background executor that it should stop. Once it has effectively stopped,
* a `shutdown-finished` event will be generated.
* a `executor-shutdown` event will be generated.
* Note that the instance can technically still be used, and all the functions still work, but

@@ -104,0 +104,0 @@ * in practice nothing is being run in the background and as such it won't do much.

@@ -101,3 +101,3 @@ /**

* Notifies the background executor that it should stop. Once it has effectively stopped,
* a `shutdown-finished` event will be generated.
* a `executor-shutdown` event will be generated.
* Note that the instance can technically still be used, and all the functions still work, but

@@ -104,0 +104,0 @@ * in practice nothing is being run in the background and as such it won't do much.

{
"name": "smoldot",
"version": "1.0.6",
"version": "1.0.7",
"description": "Light client that connects to Polkadot and Substrate-based blockchains",

@@ -65,6 +65,6 @@ "author": "Parity Technologies <admin@parity.io>",

"buildModules": "tsc -p tsconfig-mjs.json && tsc -p tsconfig-cjs.json && bash fix-package-type.sh",
"prepublishOnly": "node prepare.mjs --release && rimraf ./dist && npm run buildModules",
"build": "node prepare.mjs --release && rimraf ./dist && npm run buildModules",
"start": "node prepare.mjs --debug && rimraf ./dist && npm run buildModules && node demo/demo.mjs",
"test": "node prepare.mjs --debug && rimraf ./dist && npm run buildModules && deno run ./dist/mjs/index-deno.js && ava --timeout=2m --concurrency 2 --no-worker-threads",
"prepublishOnly": "node prepare.mjs --release && rm -rf ./dist && npm run buildModules",
"build": "node prepare.mjs --release && rm -rf ./dist && npm run buildModules",
"start": "node prepare.mjs --debug && rm -rf ./dist && npm run buildModules && node demo/demo.mjs",
"test": "node prepare.mjs --debug && rm -rf ./dist && npm run buildModules && deno run ./dist/mjs/index-deno.js && ava --timeout=2m --concurrency 2 --no-worker-threads",
"doc": "node prepare.mjs --debug && typedoc --basePath ./src --out ./dist/doc --treatWarningsAsErrors ./src/index-browser.ts"

@@ -82,3 +82,2 @@ },

"dtslint": "^4.0.6",
"rimraf": "^5.0.0",
"typedoc": "^0.24.1",

@@ -85,0 +84,0 @@ "typescript": "^5.0.2"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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