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

@bumble/styleguide-visual-helpers

Package Overview
Dependencies
Maintainers
10
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bumble/styleguide-visual-helpers - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

CHANGELOG.md
# Changelog
## 1.0.7
* update readme
## 1.0.6

@@ -13,7 +17,7 @@

* add public repo
- add public repo
## 1.0.3
* add prettier for style
- add prettier for style

@@ -20,0 +24,0 @@ ## 1.0.2

@@ -1,3 +0,3 @@

type noop = (...args: any[]) => void;
declare const noop: (...args: any[]) => void;
export default noop;
{
"name": "@bumble/styleguide-visual-helpers",
"version": "1.0.6",
"version": "1.0.7",
"description": "Collection of helper tools, which is ported from Badoo-styleguide. It is used for visual regression tests. ",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -16,2 +16,3 @@ # Bumble Styleguide Visual Helpers

- `getImageUrl` returns static image mockup src with provided parameters - as inlined image or as image from [placeholder.com](https://placeholder.com)
- `noop` method for adding mock functions in props.

@@ -38,1 +39,9 @@ ```js

If you would prefer to setup individualy font-sizes - you can do it for each instance of component.
## How to deploy new version?
There are 3 simple steps to follow:
- `yarn build` or `npm run build`
- add new version to `package.json` file
- `npm publish`
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