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

ribcage-gen

Package Overview
Dependencies
Maintainers
6
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ribcage-gen - npm Package Compare versions

Comparing version 2.0.5 to 2.1.0

2

package.json
{
"name": "ribcage-gen",
"version": "2.0.5",
"version": "2.1.0",
"description": "A generator script for ribcage components",

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

@@ -18,3 +18,3 @@ import React, {PropTypes, Component} from 'react'

<h1 className={`${namespace}-title`}>{this.props.name} component</h1>
<img src={`//${this.props.name}.jpg.to`} />
<img src={`http://loremflickr.com/600/600/${this.props.name}`} />
</div>)

@@ -27,1 +27,5 @@ }

}
{{PascalName}}.defaultProps = {
name: {{camelName}}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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