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
1274
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.12.0 to 1.12.1

1

dist/domain/Record.d.ts

@@ -7,2 +7,3 @@ import { Json, Validatable } from '../types';

toJSON(): Json;
update: (json: Json) => this;
}

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

this.state = state;
this.update = (json) => this;
}

@@ -11,0 +12,0 @@ get isValid() { return validation_1.validate(this).isValid; }

8

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

@@ -34,3 +34,3 @@ "author": "Sander Hoogendoorn",

"devDependencies": {
"@thisisagile/easy-test": "^1.3.0",
"@thisisagile/easy-test": "^1.4.0",
"@types/uuid": "^8.3.0",

@@ -42,5 +42,5 @@ "prettier": "^2.2.1",

"dependencies": {
"axios": "^0.21.0",
"reflect-metadata": "^0.1.13",
"axios": "^0.21.0",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
},

@@ -47,0 +47,0 @@ "engines": {

@@ -12,2 +12,4 @@ import { Json, jsonify, Validatable } from '../types';

}
update = (json: Json): this => this;
}

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