New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coolwallets/errors

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coolwallets/errors - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

lib/general.d.ts

5

lib/index.d.ts
export * from './SDKError';
export * from './errors';
export * from './transport';
export * from './pairing';
export * from './general';
export * from './wallet';

44

lib/index.js

@@ -19,5 +19,5 @@ "use strict";

var _errors = require("./errors");
var _transport = require("./transport");
Object.keys(_errors).forEach(function (key) {
Object.keys(_transport).forEach(function (key) {
if (key === "default" || key === "__esModule") return;

@@ -27,6 +27,42 @@ Object.defineProperty(exports, key, {

get: function get() {
return _errors[key];
return _transport[key];
}
});
});
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9TREtFcnJvcidcbmV4cG9ydCAqIGZyb20gJy4vZXJyb3JzJ1xuIl19
var _pairing = require("./pairing");
Object.keys(_pairing).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _pairing[key];
}
});
});
var _general = require("./general");
Object.keys(_general).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _general[key];
}
});
});
var _wallet = require("./wallet");
Object.keys(_wallet).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _wallet[key];
}
});
});
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFDQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9TREtFcnJvcidcbmV4cG9ydCAqIGZyb20gJy4vdHJhbnNwb3J0J1xuZXhwb3J0ICogZnJvbSAnLi9wYWlyaW5nJ1xuZXhwb3J0ICogZnJvbSAnLi9nZW5lcmFsJ1xuZXhwb3J0ICogZnJvbSAnLi93YWxsZXQnXG4iXX0=
{
"name": "@coolwallets/errors",
"version": "0.0.3",
"description": "",
"version": "0.0.4",
"description": "Error objects for CoolWalletS SDK",
"main": "lib/index.js",

@@ -10,3 +10,4 @@ "scripts": {

"build:ts": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
"build": "npm run build:js && npm run build:types && npm run build:ts"
"build": "npm run build:js && npm run build:types && npm run build:ts",
"publish-single": "rm -rf node_modules && npm install && npm run build && npm publish"
},

@@ -13,0 +14,0 @@ "author": "anton",

export * from './SDKError'
export * from './errors'
export * from './transport'
export * from './pairing'
export * from './general'
export * from './wallet'
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