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

@chatie/angular

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatie/angular - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

package.json
{
"name": "@chatie/angular",
"version": "0.1.9",
"version": "0.1.10",
"description": "Chatie Web Component NgModule for Angular",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -17,2 +17,23 @@ # @chatie/angular

### Module
```ts
import { Brolog } from 'brolog'
import { WechatyModule } from '@chatie/angular'
@NgModule({
...
imports: [
WechatyModule,
],
providers: [
Brolog,
],
...
})
```
### Html Component
```html

@@ -19,0 +40,0 @@ <wechaty

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