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

@polkadot-api/json-rpc-provider

Package Overview
Dependencies
Maintainers
0
Versions
590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot-api/json-rpc-provider - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

28

package.json
{
"name": "@polkadot-api/json-rpc-provider",
"version": "0.0.2",
"version": "0.0.3",
"author": "Josep M Sobrepere (https://github.com/josepot)",

@@ -11,24 +11,3 @@ "repository": {

"sideEffects": false,
"exports": {
".": {
"node": {
"production": {
"import": "./dist/esm/index.mjs",
"require": "./dist/min/index.js",
"default": "./dist/index.js"
},
"import": "./dist/esm/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"module": "./dist/esm/index.mjs",
"import": "./dist/esm/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/esm/index.mjs",
"browser": "./dist/esm/index.mjs",
"main": "",
"types": "./dist/index.d.ts",

@@ -39,3 +18,4 @@ "files": [

"scripts": {
"build": "tsc --noEmit && rollup -c ../../../rollup.config.js",
"build-core": "tsc --noEmit && rollup -c ./rollup.config.mjs",
"build": "pnpm build-core",
"test": "echo 'no tests'",

@@ -42,0 +22,0 @@ "lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",

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