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

couillard

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couillard - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "couillard",
"version": "0.0.10",
"version": "0.0.11",
"description": "Couillard is a small trebuchet, you aim, and launch at your users.",

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

@@ -5,3 +5,3 @@ ![](https://badgen.net/bundlephobia/minzip/couillard)

# Couillard
Couillard is a small trebuchet you aim and launch at your users. It's a *lean* A/B testing tool to validate hypotheses and determine what to build.
Couillard is a [small trebuchet](https://en.wikipedia.org/wiki/Trebuchet#Couillard) you aim and launch at your users. It's a *lean* A/B testing tool to validate hypotheses and determine what to build.

@@ -37,4 +37,4 @@ ## More About Lean A/B Testing

<p>
Welcome I'm experiment A, {props.name},{' '}
<button onClick={hit('welcome', 'A', saveMetrics)}>Click Me</button>{' '}
Welcome I'm experiment A, {props.name},
<button onClick={hit('welcome', saveMetrics)}>Click Me</button>
</p>

@@ -46,4 +46,4 @@ ))

<p>
Welcome I'm experiment B, {props.name},{' '}
<button onClick={hit('welcome', 'B', saveMetrics)}>Click Me</button>
Welcome I'm experiment B, {props.name},
<button onClick={hit('welcome', saveMetrics)}>Click Me</button>
</p>

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