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

@betty-blocks/option-helpers

Package Overview
Dependencies
Maintainers
23
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betty-blocks/option-helpers - npm Package Compare versions

Comparing version 26.0.0 to 26.31.0

dist/constants.d.ts

39

CHANGELOG.md

@@ -6,2 +6,41 @@ # Change Log

# [26.31.0](https://gitlab.betty.services/code/js-mono/compare/v26.30.0...v26.31.0) (2020-04-30)
### Bug Fixes
* add deprecated types ([e6d6d5b](https://gitlab.betty.services/code/js-mono/commit/e6d6d5b))
* add theme types ([6dcaf94](https://gitlab.betty.services/code/js-mono/commit/6dcaf94))
* minor update ([e1fe1ef](https://gitlab.betty.services/code/js-mono/commit/e1fe1ef))
* minor updates ([36c5523](https://gitlab.betty.services/code/js-mono/commit/36c5523))
* remove deprecated types ([deab637](https://gitlab.betty.services/code/js-mono/commit/deab637))
* remove deprecated types ([5d6a1f4](https://gitlab.betty.services/code/js-mono/commit/5d6a1f4))
* remove deprecated types ([54aff30](https://gitlab.betty.services/code/js-mono/commit/54aff30))
* remove validations ([468999d](https://gitlab.betty.services/code/js-mono/commit/468999d))
* rename and split files ([62903a8](https://gitlab.betty.services/code/js-mono/commit/62903a8))
* specified option generic ([4dd9f6a](https://gitlab.betty.services/code/js-mono/commit/4dd9f6a))
* update color type guards ([cad3dd4](https://gitlab.betty.services/code/js-mono/commit/cad3dd4))
* update lint staged config ([fadb061](https://gitlab.betty.services/code/js-mono/commit/fadb061))
* update lint-staged ([82d1353](https://gitlab.betty.services/code/js-mono/commit/82d1353))
* update package setup ([ed7a10e](https://gitlab.betty.services/code/js-mono/commit/ed7a10e))
* update rgb and hsl types ([724e7ea](https://gitlab.betty.services/code/js-mono/commit/724e7ea))
* update theme types ([d9ffba5](https://gitlab.betty.services/code/js-mono/commit/d9ffba5))
* update types ([8b71498](https://gitlab.betty.services/code/js-mono/commit/8b71498))
* update types ([eccae6f](https://gitlab.betty.services/code/js-mono/commit/eccae6f))
* use initializers on enums ([f21bb03](https://gitlab.betty.services/code/js-mono/commit/f21bb03))
### Features
* add husky pre-commit hook ([db06778](https://gitlab.betty.services/code/js-mono/commit/db06778))
* add keyword types ([e008396](https://gitlab.betty.services/code/js-mono/commit/e008396))
* add type guards ([397f36b](https://gitlab.betty.services/code/js-mono/commit/397f36b))
* add uuid and buid types and guards ([11f163f](https://gitlab.betty.services/code/js-mono/commit/11f163f))
* initial conversion to typescript ([063c3ea](https://gitlab.betty.services/code/js-mono/commit/063c3ea))
* initial naive conversion to typescript ([a6a574a](https://gitlab.betty.services/code/js-mono/commit/a6a574a))
# [26.0.0](https://gitlab.betty.services/code/js-mono/compare/v25.19.0...v26.0.0) (2020-03-10)

@@ -8,0 +47,0 @@

67

package.json
{
"name": "@betty-blocks/option-helpers",
"version": "26.0.0",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"description": "Betty Blocks option helpers",
"version": "26.31.0",
"main": "dist/index.js",
"license": "UNLICENSED",
"files": [

@@ -10,36 +11,40 @@ "dist"

"dependencies": {
"@babel/preset-env": "^7.7.4",
"ramda": "^0.26.1"
"ramda": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
"@babel/preset-flow": "^7.0.0",
"@babel/standalone": "7.6.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.4.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.14.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.108.0",
"flow-typed": "^2.5.1",
"prettier": "^1.15.3",
"rollup": "^1.21.4",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-scope": "^5.0.0",
"husky": "^4.2.5",
"lint-staged": "^10.1.7",
"prettier": "^2.0.5",
"prettier-eslint": "^9.0.1",
"tsc-watch": "^4.1.0",
"typescript": "^3.8.2"
},
"scripts": {
"build": "rollup -c",
"start": "yarn build",
"prepublish": "yarn build",
"lint": "eslint --ext js,jsx ./src",
"flow": "flow"
"start": "tsc-watch",
"build": "tsc",
"lint": "eslint --ext js,jsx,ts,tsx ./src"
},
"gitHead": "4074de9373f51b54fea588f3dbaf855199d4f1f5"
"husky": {
"hooks": {
"pre-commit": "tsc --noEmit && lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"git add"
]
},
"gitHead": "81c0165f3affd05be2cc6674b949507a31de0a42"
}

@@ -25,12 +25,12 @@ # Component Option Helpers

### Lint
### Watch
```bash
$ yarn lint
$ yarn start
```
### Flow
### Lint
```bash
$ yarn flow
$ yarn lint
```
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