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

react-styleguide-generator

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-styleguide-generator - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

lib/rsg.js

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

require('es6-promise').polyfill()
var path = require('path')

@@ -2,0 +4,0 @@ var fs = require('fs-extra')

8

package.json
{
"name": "react-styleguide-generator",
"version": "0.0.11",
"version": "0.0.12",
"description": "Easily generate a style guides from your React components",

@@ -55,2 +55,5 @@ "main": "lib/rsg.js",

},
"engines": {
"node": ">=0.10.33"
},
"peerDependencies": {

@@ -62,4 +65,5 @@ "react": ">=0.13"

"browserify": "^10.2.4",
"es6-promise": "^2.3.0",
"fs-extra": "^0.20.0",
"glob": "^5.0.10",
"fs-extra": "^0.20.0",
"minimist": "^1.1.1",

@@ -66,0 +70,0 @@ "mustache": "^2.1.2",

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