New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

foundry-types

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foundry-types - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

tsconfig.app.json

4

foundry.module.ts
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { HelloComponent } from './hello/hello.component';
import { Person } from './person';
// import { Person } from './person';
@NgModule({
providers: [
Person
// Person
],

@@ -10,0 +10,0 @@ imports: [

@@ -1,5 +0,5 @@

export { FoundryModule } from './foundry.module';
export { FoundryModule, Person } from './foundry.module';
export { HelloService } from './hello.service';
export { HelloComponent } from './hello/hello.component';
export { Person } from './person';
// export { Person } from './person';
{
"name": "foundry-types",
"version": "2.0.1",
"version": "2.0.2",
"description": "Types also",

@@ -16,3 +16,3 @@ "main": "index.js",

"Angular",
"Library",
"type script",
"type example"

@@ -19,0 +19,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