Socket
Socket
Sign inDemoInstall

star-rating-component

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "star-rating-component",
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple star rating component",

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

@@ -10,2 +10,14 @@ # star-rating

Add this to your `app.module.ts`
```typescript
@NgModule({
...
schemas: [
CUSTOM_ELEMENTS_SCHEMA
]
...
})
export class AppModule { }
```
Add this to main.ts

@@ -12,0 +24,0 @@ ```Typescript

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc