Socket
Socket
Sign inDemoInstall

@betty-blocks/option-helpers

Package Overview
Dependencies
1
Maintainers
26
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 22.7.1 to 22.14.0

11

CHANGELOG.md

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

# [22.14.0](https://gitlab.betty.services/code/js-mono/compare/v22.13.0...v22.14.0) (2019-09-19)
### Features
* **option-helpers:** updated types ([1ea5935](https://gitlab.betty.services/code/js-mono/commit/1ea5935))
## [22.7.1](https://gitlab.betty.services/code/js-mono/compare/v22.7.0...v22.7.1) (2019-09-16)

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

4

dist/bundle.cjs.js

@@ -198,4 +198,4 @@ 'use strict';

class Styling {
constructor(theme) {
this.setTheme(theme);
constructor(data) {
this.setTheme(data);
}

@@ -202,0 +202,0 @@

@@ -194,4 +194,4 @@ const XS = 'XS';

class Styling {
constructor(theme) {
this.setTheme(theme);
constructor(data) {
this.setTheme(data);
}

@@ -198,0 +198,0 @@

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

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

},
"gitHead": "06a9b6d6ade3005d8054a82cc9f0d2c7a27eeacb"
"gitHead": "99d5405cfd389fef1709fa975a4fba14d520fd24"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc