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

@nguniversal/common

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nguniversal/common - npm Package Compare versions

Comparing version 5.0.0-beta.1 to 5.0.0-beta.2

index.metadata.json

2

package.json

@@ -5,3 +5,3 @@ {

"types": "index.d.ts",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "Angular Universal common ",

@@ -8,0 +8,0 @@ "homepage": "https://github.com/angular/universal",

@@ -26,7 +26,7 @@ # Angular Universal Common Module

```ts
import {TransferHttpCacheModule} from ‘@nguniversal/common’;
import {TransferHttpCacheModule} from '@nguniversal/common';
@NgModule({
imports: [
BrowserModule.withServerTransition({appId: ‘my-app’}),
BrowserModule.withServerTransition({appId: 'my-app'}),
TransferHttpCacheModule,

@@ -33,0 +33,0 @@ ],

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