New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-react-styleguide

Package Overview
Dependencies
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-styleguide - npm Package Versions

1
9

4.0.0-4

Diff

stonebk
published 4.0.0-3 •

stonebk
published 4.0.0-2 •

stonebk
published 4.0.0-1 •

stonebk
published 4.0.0-0 •

stonebk
published 3.1.1 •

Changelog

Source

3.1.1 (2019-03-25)

Bug Fixes

  • narrow "components" subdirectory change to only the styleguidist folder (d60a644)

<a name="3.1.0"></a>

stonebk
published 3.1.0 •

Changelog

Source

3.1.0 (2019-03-25)

Features

  • update component glob to support component subdirectories and other file extensions (b4dfbee)

<a name="3.0.1"></a>

stonebk
published 3.0.1 •

Changelog

Source

3.0.1 (2019-03-14)

Bug Fixes

  • jest: Migrate setup to new config field (57a4c59)
  • convert jest config into function declaration (3d87118)

<a name="3.0.0"></a>

stonebk
published 3.0.0 •

Changelog

Source

3.0.0 (2019-01-30)

Bug Fixes

  • linked styleguides will now run with the project's babel config (b1e21bb)

build

  • update project dependencies (bc7998e)

Features

  • add crs.config.js and STYLEGUIDE.md template files for ease-of-use/discoverability (b282765)
  • ask for author and homepage when bootstrapping a new project (3362f52)

BREAKING CHANGES

  • Update to Jest 24

<a name="2.0.0"></a>

stonebk
published 2.0.0 •

Changelog

Source

2.0.0 (2018-11-12)

Major changes

  • Update to babel 7
  • Swap enzyme for react-test-renderer in test template
  • Drop support for bootstrapping with emotion styles

Migration notes for existing projects

  • Install the latest babel preset

    npm i babel-preset-zillow@latest
    
  • Install the latest eslint plugin

    npm i eslint-plugin-zillow@latest
    
  • Update .eslintrc

    {
    +  "extends": ["plugin:zillow/recommended", "plugin:zillow/jest"]
    -  "extends": "plugin:zillow/recommended",
    -  "overrides": [{
    -    "files": [ "**/*.test.js"],
    -    "env": {
    -      "jest": true,
    -      "jest/globals": true
    -    },
    -    "plugins": ["jest"]
    -  }]
    }
    
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