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

@thisisagile/easy

Package Overview
Dependencies
Maintainers
2
Versions
1266
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.8.3 to 1.8.4

dist/services/ContentType.d.ts

1

dist/services/index.d.ts

@@ -0,1 +1,2 @@

export * from "./ContentType";
export * from "./EasyRequest";

@@ -2,0 +3,0 @@ export * from "./EasyResponse";

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

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./ContentType"), exports);
__exportStar(require("./EasyRequest"), exports);

@@ -15,0 +16,0 @@ __exportStar(require("./EasyResponse"), exports);

3

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

@@ -21,2 +21,3 @@ "author": "Sander Hoogendoorn",

"build": "tsc",
"pretest": "jest --clearCache",
"test": "jest --coverage",

@@ -23,0 +24,0 @@ "prepack": "npm run build",

@@ -0,1 +1,2 @@

export * from "./ContentType";
export * from "./EasyRequest";

@@ -2,0 +3,0 @@ export * from "./EasyResponse";

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