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

@accounts/error

Package Overview
Dependencies
Maintainers
6
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/error - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

16

lib/accounts-error.js
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var AccountsError = /** @class */ (function (_super) {
__extends(AccountsError, _super);
tslib_1.__extends(AccountsError, _super);
function AccountsError(packageName, functionName, reason) {

@@ -19,0 +7,0 @@ var _this = this;

7

package.json
{
"name": "@accounts/error",
"version": "0.10.0",
"version": "0.11.0",
"description": "Accounts-js Error",

@@ -48,5 +48,8 @@ "main": "lib/index.js",

"license": "MIT",
"dependencies": {
"tslib": "1.9.3"
},
"devDependencies": {
"@types/jest": "23.3.13",
"@types/node": "10.12.18",
"@types/node": "10.12.21",
"jest": "23.6.0",

@@ -53,0 +56,0 @@ "rimraf": "2.6.3"

Sorry, the diff of this file is not supported yet

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