Socket
Socket
Sign inDemoInstall

@gnosis.pm/safe-react-gateway-sdk

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gnosis.pm/safe-react-gateway-sdk - npm Package Compare versions

Comparing version 3.4.3 to 3.4.4

dist/config.js

43

package.json
{
"name": "@gnosis.pm/safe-react-gateway-sdk",
"version": "3.4.3",
"main": "dist/index.min.js",
"version": "3.4.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",

@@ -16,29 +16,20 @@ "files": [

"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"babel-jest": "^27.2.0",
"copy-webpack-plugin": "^9.0.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.2",
"jest": "^27.2.0",
"prettier": "^2.4.0",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2"
"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jest": "^29.2.2",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"scripts": {
"lint": "tsc && eslint './src/**/*.ts'",
"lint": "eslint './src/**/*.ts'",
"lint:fix": "yarn lint --fix",
"types": "yarn tsc",
"start": "rm -rf dist && webpack --mode production --watch",
"build": "rm -rf dist && webpack --mode production",
"prepublishOnly": "yarn types && yarn lint && yarn test:check && yarn build",
"build": "rm -rf dist && tsc",
"prepublishOnly": "yarn lint && yarn test:check && yarn build",
"prettier": "prettier -w './**/*.ts'",

@@ -45,0 +36,0 @@ "test": "jest --watch --coverage .",

@@ -7,3 +7,3 @@ # Safe Gateway TypeScript SDK

📖 [API reference](https://safe-global.github.io/safe-react-gateway-sdk/modules.html#getBalances)
📖 [API reference](https://safe.global/safe-gateway-typescript-sdk/modules.html)

@@ -44,3 +44,3 @@ ## Usage policy

The full SDK reference can be found [here](https://safe-global.github.io/safe-react-gateway-sdk/modules.html#getBalances).
The full SDK reference can be found [here](https://safe.global/safe-gateway-typescript-sdk/modules.html).

@@ -47,0 +47,0 @@ ## Adding an endpoint

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