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

@ng-doc/add

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-doc/add - npm Package Compare versions

Comparing version 17.2.0 to 17.2.1

2

package.json
{
"name": "@ng-doc/add",
"version": "17.2.0",
"version": "17.2.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "schematics": "./schematics/collection.json",

@@ -21,2 +21,10 @@ "use strict";

{
initializer: 'provideHttpClient(withInterceptorsFromDi(), withFetch())',
imports: [
{ name: 'provideHttpClient', path: '@angular/common/http' },
{ name: 'withInterceptorsFromDi', path: '@angular/common/http' },
{ name: 'withFetch', path: '@angular/common/http' },
],
},
{
initializer: 'provideNgDocContext()',

@@ -23,0 +31,0 @@ imports: [{ name: 'provideNgDocContext', path: exports.GENERATED_PATH }],

Sorry, the diff of this file is not supported yet

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