Socket
Socket
Sign inDemoInstall

@next-level-integration/nli-datefield-lib

Package Overview
Dependencies
10
Maintainers
6
Versions
184
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "@next-level-integration/nli-datefield-lib",
"version": "0.0.3",
"version": "0.0.4",
"description": "This module contents datefield component.",

@@ -5,0 +5,0 @@ "main": "",

@@ -19,3 +19,3 @@ # NLIDateField

1. Add dependency in package.json under dependencies object:
`"@sdtyn/nli-datefield": "0.0.1"`
`"@next-level-integration/nli-datefield": "{version}"`

@@ -25,8 +25,8 @@

`npm install`
This command downloads all dependencies including @sdtyn/nli-datefield. You can also download just this module with:
`npm install @sdtyn/nli-datefield`
This command downloads all dependencies including @next-level-integration/nli-datefield. You can also download just this module with:
`npm install @next-level-integration/nli-datefield`
5. Import input module to your project. In your main module (or module that you want use this component) that its default name is `app.module.ts`, import it:
import { NLIDateFieldModule } from '@sdtyn/nli-datefield/datefield.module';
import { NLIDateFieldModule } from '@next-level-integration/nli-datefield/datefield.module';
...

@@ -33,0 +33,0 @@ @NgModule({

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