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.1 to 1.0.2

babel.config.js

4

CHANGELOG.md
# Changelog
## 1.0.2
* add build scenario.
## 1.0.1

@@ -4,0 +8,0 @@

19

package.json
{
"name": "@bumble/styleguide-visual-helpers",
"version": "1.0.1",
"version": "1.0.2",
"description": "Collection of helper tools, which is ported from Badoo-styleguide. It is used for visual regression tests. ",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files"
},
"author": "Bumble",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0"
},
"dependencies": {
"@babel/polyfill": "^7.12.1"
}
}
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