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

@thisisagile/easy

Package Overview
Dependencies
Maintainers
2
Versions
1277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thisisagile/easy - npm Package Compare versions

Comparing version 1.13.2 to 1.14.0

dist/express/ExpressProvider.d.ts

1

dist/index.d.ts
export * from "./data";
export * from "./domain";
export * from "./express";
export * from "./process";

@@ -4,0 +5,0 @@ export * from "./services";

@@ -15,2 +15,3 @@ "use strict";

__exportStar(require("./domain"), exports);
__exportStar(require("./express"), exports);
__exportStar(require("./process"), exports);

@@ -17,0 +18,0 @@ __exportStar(require("./services"), exports);

@@ -6,2 +6,3 @@ export * from "./Api";

export * from "./EasyResponse";
export * from "../express/ExpressProvider";
export * from "./HttpStatus";

@@ -8,0 +9,0 @@ export * from "./HttpVerb";

@@ -18,2 +18,3 @@ "use strict";

__exportStar(require("./EasyResponse"), exports);
__exportStar(require("../express/ExpressProvider"), exports);
__exportStar(require("./HttpStatus"), exports);

@@ -20,0 +21,0 @@ __exportStar(require("./HttpVerb"), exports);

6

package.json
{
"name": "@thisisagile/easy",
"version": "1.13.2",
"version": "1.14.0",
"description": "Straightforward library for building domain-driven microservice architectures",

@@ -34,4 +34,5 @@ "author": "Sander Hoogendoorn",

"devDependencies": {
"@types/express": "^4.17.9",
"@types/uuid": "^8.3.0",
"@thisisagile/easy-test": "^1.4.0",
"@types/uuid": "^8.3.0",
"prettier": "^2.2.1",

@@ -43,2 +44,3 @@ "semantic-release": "^17.3.0",

"axios": "^0.21.0",
"express": "^4.17.1",
"reflect-metadata": "^0.1.13",

@@ -45,0 +47,0 @@ "uuid": "^8.3.2"

export * from "./data";
export * from "./domain";
export * from "./express";
export * from "./process";

@@ -4,0 +5,0 @@ export * from "./services";

@@ -6,2 +6,3 @@ export * from "./Api";

export * from "./EasyResponse";
export * from "../express/ExpressProvider";
export * from "./HttpStatus";

@@ -8,0 +9,0 @@ export * from "./HttpVerb";

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc