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

sss-core-lib

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sss-core-lib - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "sss-core-lib",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^8.2.14",

@@ -0,4 +1,27 @@

# Description
This package is used to interact with the cloud service.
The service allows you to store data in the cloud about the user, groups, authorizations and other data necessary for any site.
It is also possible to create and edit data collections, which can be of any structure.
Send notification email through our cloud service.
# Install
```
npm i sss-core-lib --save
```
```
#Usage
Add `SssCoreModule` into your `app.module.ts`
```
import { SssCoreModule } from 'sss-core-lib';
```
```
imports: [
SssCoreModule,
],
```
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