Socket
Socket
Sign inDemoInstall

@webiny/error

Package Overview
Dependencies
0
Maintainers
1
Versions
385
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.40.0-beta.2 to 5.40.0-beta.3

1

index.d.ts
import Error, { ErrorOptions } from "./Error";
export { Error as WebinyError };
export default Error;
export { ErrorOptions };

9

index.js

@@ -13,7 +13,12 @@ "use strict";

});
Object.defineProperty(exports, "WebinyError", {
enumerable: true,
get: function () {
return _Error.default;
}
});
exports.default = void 0;
var _Error = _interopRequireWildcard(require("./Error"));
var _default = _Error.default;
exports.default = _default;
var _default = exports.default = _Error.default;
//# sourceMappingURL=index.js.map
{
"name": "@webiny/error",
"version": "5.40.0-beta.2",
"version": "5.40.0-beta.3",
"main": "index.js",

@@ -17,7 +17,7 @@ "types": "index.d.ts",

"devDependencies": {
"@babel/cli": "7.22.6",
"@babel/core": "7.22.8",
"@webiny/cli": "5.40.0-beta.2",
"@webiny/project-utils": "5.40.0-beta.2",
"rimraf": "3.0.2",
"@babel/cli": "7.24.1",
"@babel/core": "7.24.3",
"@webiny/cli": "5.40.0-beta.3",
"@webiny/project-utils": "5.40.0-beta.3",
"rimraf": "5.0.5",
"ttypescript": "1.5.15",

@@ -30,3 +30,3 @@ "typescript": "4.7.4"

},
"gitHead": "15e414a228687140ce2f30bd2f55763368e99827"
"gitHead": "638d8b84063906cd1aa979ed6e0487ad26fbcf2f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc