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

component-kit-builder

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-kit-builder - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "component-kit-builder",
"version": "1.0.1",
"version": "1.0.2",
"description": "builds component kits using webpack require.context",

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

@@ -5,2 +5,4 @@ # component-kit-builder

If you structure your components like this:
```txt
path/to/component

@@ -10,3 +12,6 @@ +- component.js // basic react component

+- relay.js // realy component wrapper
```
You can use `component-kit-builder` to build a _component kit_ around your component for easy export and usage of your component wrapper functions.
```js

@@ -13,0 +18,0 @@ // any file processed by webpack

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