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

angular-eha.radio-buttons

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-eha.radio-buttons - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

9

package.json
{
"name": "angular-eha.radio-buttons",
"version": "1.2.0",
"version": "1.2.1",
"description": "Stylish radio button group",
"main": "dist/radio-buttons.template.js",
"scripts": {
"test": "echo The grass has so little to do"
"test": "echo The grass has so little to do",
"prepublish": "grunt build && semantic-release pre",
"postpublish": "semantic-release post"
},

@@ -33,3 +35,4 @@ "repository": {

"grunt-ng-annotate": "^0.10.0",
"load-grunt-tasks": "^3.1.0"
"load-grunt-tasks": "^3.1.0",
"semantic-release": "^3.3.1"
},

@@ -36,0 +39,0 @@ "dependencies": {},

@@ -18,2 +18,11 @@ # angular-eha.radio-buttons

Optionally, pass in a path to a custom template:
```html
<eha-radio-buttons
model="radios"
template-url="/path/to/tpl.html"
></eha-radio-buttons>
```
## Installation

@@ -20,0 +29,0 @@

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