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 3.2.1 to 3.2.2

2

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

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

@@ -18,2 +18,16 @@ import test from 'tape'

// NOTE: if you're using redux, you'll need to change this test to
// `<PageComponent.DecoratedComponent />`
// NOTE: this test can be annoying but it triggers off many other automatic
// tests that are important to have pass. Have your component return `null`
// rather than throwing
// NOTE: For real, don't remove this test, _especially_ if this is page
const _warn = console.warn
console.warn = noop
t.doesNotThrow(
testTree.bind(React, <{{PascalName}} />)
, 'does not throw when there are no props, to ensure a loading state is possible'
)
console.warn = _warn
t.end()

@@ -20,0 +34,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