Socket
Socket
Sign inDemoInstall

@betty-blocks/option-helpers

Package Overview
Dependencies
Maintainers
24
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 22.51.0 to 22.51.1

11

CHANGELOG.md

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

## [22.51.1](https://gitlab.betty.services/code/js-mono/compare/v22.51.0...v22.51.1) (2019-10-25)
### Bug Fixes
* additional checks on theme ([c153512](https://gitlab.betty.services/code/js-mono/commit/c153512))
# [22.51.0](https://gitlab.betty.services/code/js-mono/compare/v22.50.1...v22.51.0) (2019-10-24)

@@ -8,0 +19,0 @@

2

dist/bundle.cjs.js

@@ -385,3 +385,3 @@ 'use strict';

function createOptionHelpers(_, t) {
const theme = typeof t === 'object' && new Styling(t);
const theme = t && t.colors && t.typography ? new Styling(t) : {};
return {

@@ -388,0 +388,0 @@ Styling,

@@ -381,3 +381,3 @@ const XS = 'XS';

function createOptionHelpers(_, t) {
const theme = typeof t === 'object' && new Styling(t);
const theme = t && t.colors && t.typography ? new Styling(t) : {};
return {

@@ -384,0 +384,0 @@ Styling,

{
"name": "@betty-blocks/option-helpers",
"version": "22.51.0",
"version": "22.51.1",
"main": "dist/bundle.cjs.js",

@@ -42,3 +42,3 @@ "module": "dist/bundle.esm.js",

},
"gitHead": "facb48abbcf680b29e68d8d3be8f7bf40717f594"
"gitHead": "b2354da49dda43fdb79007956e45909468cc65cf"
}
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