Socket
Socket
Sign inDemoInstall

@seeplusplus/ngx-utils-cookies-port

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "@seeplusplus/ngx-utils-cookies-port",
"version": "2.0.0",
"version": "2.0.1",
"peerDependencies": {

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

@@ -1,24 +0,26 @@

# NgxUtilsCookiesPort
# ngx-utils-cookies-port
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
This library is a fork of [`ngx-utils-cookies-port`](https://github.com/junekpavel/ngx-utils-cookies-port), which is a
port of [`@ngx-utils/cookies`](https://github.com/ngx-utils/cookies).
Created because `ngx-utils-cookies-port` hasn't been updated since Angular 9.
## Code scaffolding
## Installation
Run `ng generate component component-name --project ngx-utils-cookies-port` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-utils-cookies-port`.
> Note: Don't forget to add `--project ngx-utils-cookies-port` or else it will be added to the default project in your `angular.json` file.
```bash
npm install @seeplusplus/ngx-utils-cookies-port --save
```
## Build
## Usage
Follow [original documentation](https://github.com/ngx-utils/cookies#readme).
Run `ng build ngx-utils-cookies-port` to build the project. The build artifacts will be stored in the `dist/` directory.
```typescript
import {BrowserCookiesModule} from 'ngx-utils-cookies-port';
import {CookiesService} from 'ngx-utils-cookies-port';
## Publishing
```
After building your library with `ng build ngx-utils-cookies-port`, go to the dist folder `cd dist/ngx-utils-cookies-port` and run `npm publish`.
## Disclaimer
## Running unit tests
Run `ng test ngx-utils-cookies-port` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
I'm not the original author of the library nor the source code. The source code was taken (almost unmodified)
from [`ngx-utils-cookies-port`](https://github.com/junekpavel/ngx-utils-cookies-port) which was derived
from [`@ngx-utils/cookies`](https://github.com/ngx-utils/cookies).
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