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

@vtex/styleguide

Package Overview
Dependencies
Maintainers
19
Versions
668
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/styleguide - npm Package Compare versions

Comparing version 2.0.0-rc.2 to 2.0.0-rc.3

lib/Loader/index.js

9

package.json
{
"name": "@vtex/styleguide",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"scripts": {

@@ -10,8 +10,9 @@ "test": "react-scripts test --env=jsdom",

"styleguide:build": "styleguidist build",
"compile":
"NODE_ENV=production babel ./src/components --out-dir ./lib --ignore '__tests__,*.spec.js'",
"compile": "NODE_ENV=production babel ./src/components --out-dir ./lib --ignore '__tests__,*.spec.js'",
"prepublishOnly": "npm run compile",
"develop": "npm link && watch 'npm run compile' src"
},
"files": ["lib/"],
"files": [
"lib/"
],
"homepage": "https://vtex.github.io/styleguide",

@@ -18,0 +19,0 @@ "devDependencies": {

@@ -29,3 +29,3 @@ ### Styleguide

Import (case a `<Button>` component in lib):
```
```js
import Button from '@vtex/styleguide/lib/Button'

@@ -32,0 +32,0 @@ ```

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