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

optimal

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimal - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

esm/Builder.js

16

CHANGELOG.md
# Changelog
# 1.1.3 - 10/15/18
# 1.2.0 - 12/29/2018
#### 🚀 New
- Added and ES `module` target.
# 1.1.3 - 10/15/2018
#### 🐞 Fixed

@@ -9,3 +15,3 @@

# 1.1.2 - 10/15/18
# 1.1.2 - 10/15/2018

@@ -16,3 +22,3 @@ #### 🐞 Fixed

# 1.1.1 - 09/02/18
# 1.1.1 - 09/02/2018

@@ -23,3 +29,3 @@ #### 🐞 Fixed

# 1.1.0 - 09/02/18
# 1.1.0 - 09/02/2018

@@ -30,3 +36,3 @@ #### 🚀 New

# 1.0.0 - 06/07/18
# 1.0.0 - 06/07/2018

@@ -33,0 +39,0 @@ #### 🎉 Release

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -26,3 +26,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -29,0 +29,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -31,3 +31,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -34,0 +34,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -177,3 +177,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -180,0 +180,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -32,3 +32,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -35,0 +35,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

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

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -16,0 +16,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -24,3 +24,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -27,0 +27,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -19,3 +19,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -22,0 +22,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -32,3 +32,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -35,0 +35,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -28,3 +28,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -31,0 +31,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

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

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -18,0 +18,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -4,0 +4,0 @@ */

@@ -30,3 +30,3 @@ "use strict";

/**
* @copyright 2017, Miles Johnson
* @copyright 2017-2019, Miles Johnson
* @license https://opensource.org/licenses/MIT

@@ -33,0 +33,0 @@ */

{
"name": "optimal",
"version": "1.1.3",
"version": "1.2.0",
"description": "A system for building and validating defined object structures.",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "beemo babel --clean && beemo typescript --emitDeclarationOnly",
"build": "beemo run-script build",
"coverage": "yarn run jest --coverage",

@@ -45,9 +46,9 @@ "eslint": "beemo eslint",

"dependencies": {
"@babel/runtime": "^7.1.2"
"@babel/runtime": "^7.2.0"
},
"devDependencies": {
"@milesj/build-tools": "^0.3.0"
"@milesj/build-tools": "^0.15.1"
},
"beemo": {
"module": "@milesj/build-tool-config",
"module": "@milesj/build-tools",
"drivers": [

@@ -54,0 +55,0 @@ "babel",

# Optimal
[![Build Status](https://travis-ci.org/milesj/optimal.svg?branch=master)](https://travis-ci.org/milesj/optimal)
[![npm version](https://badge.fury.io/js/optimal.svg)](https://www.npmjs.com/package/optimal)
[![npm deps](https://david-dm.org/milesj/optimal.svg)](https://www.npmjs.com/package/optimal)

@@ -5,0 +7,0 @@ A system for building and validating defined object structures, like argument options, configuration

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