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

@civic/gateway-client-core

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@civic/gateway-client-core - npm Package Compare versions

Comparing version 1.1.1-beta.1 to 1.1.1

2

CHANGELOG.md
# gateway client core
## 1.1.1 - Update solana web3 and update deprecated RPC calls
## 1.1.0 - Civic-sign remote error handling

@@ -4,0 +6,0 @@ Handle, parse and return any civic-sign errors as an ERROR_RESPONSE

2

dist/version.d.ts

@@ -1,1 +0,1 @@

export declare const VERSION = "@civic/gateway-client-core:1.1.1-beta.0";
export declare const VERSION = "@civic/gateway-client-core:1.1.1-beta.1";
{
"name": "@civic/gateway-client-core",
"version": "1.1.1-beta.1",
"version": "1.1.1",
"description": "Sample project for creating typescript library with support of iife and types.",
"keywords": [],
"repository": "git@github.com:civicteam/ociv-gatekeeper.git",
"license": "MIT",
"author": "Civic Technologies",
"main": "dist/civic-gateway-client-core.min.js",

@@ -9,17 +13,23 @@ "module": "dist/civic-gateway-client-core.esm.js",

"types": "dist/index.d.ts",
"repository": "git@github.com:civicteam/ociv-gatekeeper.git",
"scripts": {
"build": "rimraf dist && NODE_ENV=production rollup -c",
"coverage": "TS_NODE_PROJECT=./tsconfig.test.json nyc report --reporter=text --reporter=html",
"dev": "rollup -c -w",
"generate-version": "yarn script ./generateVersion.ts ./package.json ./src/version.ts",
"lint": "eslint '{src,test}/**/*.ts' --max-warnings 0",
"lint:fix": "yarn lint --fix",
"prepublish": "yarn generate-version",
"script": "ts-node -O '{\"module\":\"commonjs\"}' --transpile-only --files",
"pretest": "yarn generate-version",
"build": "rimraf dist && NODE_ENV=production rollup -c",
"generate-version": "yarn script ./generateVersion.ts ./package.json ./src/version.ts",
"dev": "rollup -c -w",
"test": "TS_NODE_PROJECT=./tsconfig.test.json nyc --reporter=text mocha --require mocha-steps --timeout 20000",
"coverage": "TS_NODE_PROJECT=./tsconfig.test.json nyc report --reporter=text --reporter=html",
"script": "ts-node -O '{\"module\":\"commonjs\"}' --transpile-only --files"
"test": "TS_NODE_PROJECT=./tsconfig.test.json nyc --reporter=text mocha --require mocha-steps --timeout 20000"
},
"keywords": [],
"author": "Civic Technologies",
"dependencies": {
"fetch-retry": "^6.0.0",
"immer": "^10.0.4",
"isomorphic-fetch": "^3.0.0",
"ramda": "^0.30.0",
"uuid": "^9.0.1",
"zustand": "^4.5.2",
"zustand-computed-state": "^0.1.3"
},
"devDependencies": {

@@ -57,16 +67,6 @@ "@rollup/plugin-commonjs": "^25.0.7",

},
"dependencies": {
"fetch-retry": "^6.0.0",
"immer": "^10.0.4",
"isomorphic-fetch": "^3.0.0",
"ramda": "^0.30.0",
"uuid": "^9.0.1",
"zustand": "^4.5.2",
"zustand-computed-state": "^0.1.3"
},
"peerDependencies": {
"zustand": "^4.5.2"
},
"license": "MIT",
"gitHead": "be800b16f8c16136629014d31ec5e29aacc952f3"
"gitHead": "f6282f6628701fc1bfdf53aae2202ccb3f463570"
}
// This is an auto-generated file. Do not edit.
export const VERSION = '@civic/gateway-client-core:1.1.1-beta.1';
export const VERSION = '@civic/gateway-client-core:1.1.1';

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