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

@ausgaben/models

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausgaben/models - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

5

dist/checking-account.js

@@ -44,2 +44,3 @@ 'use strict';

name = fields.name,
currency = fields.currency,
monthly = fields.monthly,

@@ -50,2 +51,3 @@ savings = fields.savings;

_this.name = NonEmptyStringType(name, ['CheckingAccount', 'name:String']);
_this.currency = NonEmptyStringType(currency, ['CheckingAccount', 'currency:String']);
_this.monthly = (0, _tcomb.Boolean)(monthly, ['CheckingAccount', 'monthly:Boolean']);

@@ -62,2 +64,3 @@ _this.savings = (0, _tcomb.Boolean)(savings, ['CheckingAccount', 'monthly:savings']);

name: this.name,
currency: this.currency,
monthly: this.monthly,

@@ -74,2 +77,3 @@ savings: this.savings

name: data.name,
currency: data.currency,
monthly: data.monthly,

@@ -103,2 +107,3 @@ savings: data.savings

name: NonEmptyStringType,
currency: NonEmptyStringType,
monthly: _tcomb.Boolean,

@@ -105,0 +110,0 @@ savings: _tcomb.Boolean

6

package.json
{
"name": "@ausgaben/models",
"description": "A collection of models",
"version": "2.0.2",
"version": "2.1.0",
"main": "dist/index.js",

@@ -38,4 +38,4 @@ "scripts": {

"husky": "^0.14.3",
"semantic-release": "^11.0.2",
"standard": "^10.0.2",
"semantic-release": "^12.4.1",
"standard": "^11.0.0",
"validate-commit-msg": "^2.11.2"

@@ -42,0 +42,0 @@ },

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