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

@webiny/error

Package Overview
Dependencies
Maintainers
1
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/error - npm Package Compare versions

Comparing version 5.39.7-beta.1 to 5.39.7-beta.2

1

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

@@ -13,2 +13,8 @@ "use strict";

});
Object.defineProperty(exports, "WebinyError", {
enumerable: true,
get: function () {
return _Error.default;
}
});
exports.default = void 0;

@@ -15,0 +21,0 @@ var _Error = _interopRequireWildcard(require("./Error"));

8

package.json
{
"name": "@webiny/error",
"version": "5.39.7-beta.1",
"version": "5.39.7-beta.2",
"main": "index.js",

@@ -19,4 +19,4 @@ "types": "index.d.ts",

"@babel/core": "7.22.8",
"@webiny/cli": "5.39.7-beta.1",
"@webiny/project-utils": "5.39.7-beta.1",
"@webiny/cli": "5.39.7-beta.2",
"@webiny/project-utils": "5.39.7-beta.2",
"rimraf": "3.0.2",

@@ -30,3 +30,3 @@ "ttypescript": "1.5.15",

},
"gitHead": "68b9185e64023cb28c6fd4f86d993d0301bf284c"
"gitHead": "0abcb9da80cb1ee22506c6f53e4f3bf2183ec9fd"
}

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