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

custom-checkbox-radio-scss

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-checkbox-radio-scss - npm Package Compare versions

Comparing version 1.5.2 to 1.6.0

2

package.json
{
"name": "custom-checkbox-radio-scss",
"version": "1.5.2",
"version": "1.6.0",
"description": "SCSS based custom checkboxes and radios; a no-JS solution.",

@@ -5,0 +5,0 @@ "main": "custom-checkbox-radio.scss",

@@ -17,4 +17,6 @@ # Custom Checkbox Radio SCSS

@import '../node_modules/custom-checkbox-radio-scss/custom-checkbox-radio';
@import '~custom-checkbox-radio-scss/custom-checkbox-radio'; // (webpack 3)
```scss
@import "../node_modules/custom-checkbox-radio-scss/custom-checkbox-radio";
@import "~custom-checkbox-radio-scss/custom-checkbox-radio"; // (webpack 3+)
```

@@ -25,25 +27,27 @@ ## Add

<fieldset>
<legend>Checkboxes</legend>
<p class="checkbox">
<input type="checkbox" name="lorem-1" id="lorem-1">
```html
<fieldset>
<legend>Checkboxes</legend>
<p class="checkbox">
<input type="checkbox" name="lorem-1" id="lorem-1" />
<label for="lorem-1">Lorem</label>
</p>
<p class="checkbox">
<input type="checkbox" name="lorem-2" id="lorem-2">
</p>
<p class="checkbox">
<input type="checkbox" name="lorem-2" id="lorem-2" />
<label for="lorem-2">Ipsum</label>
</p>
</fieldset>
</p>
</fieldset>
<fieldset>
<legend>Radios</legend>
<p class="radio">
<input type="radio" name="ipsum" id="ipsum-1" checked>
<fieldset>
<legend>Radios</legend>
<p class="radio">
<input type="radio" name="ipsum" id="ipsum-1" checked />
<label for="ipsum-1">Lorem</label>
</p>
<p class="radio">
<input type="radio" name="ipsum" id="ipsum-2">
</p>
<p class="radio">
<input type="radio" name="ipsum" id="ipsum-2" />
<label for="ipsum-2">Ipsum</label>
</p>
</fieldset>
</p>
</fieldset>
```

@@ -56,2 +60,2 @@ ## Customise

IE9 +
IE9 +

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