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

iage.brochure

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iage.brochure - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

iage.angular.brochure.module.js

@@ -11,3 +11,2 @@ 'use strict';

var core_1 = require("@angular/core");
var common_1 = require("@angular/common");
var ivy_angular_turn_js_1 = require("ivy.angular.turn-js");

@@ -17,3 +16,2 @@ var brochure_component_1 = require("./src/Components/Brochure/brochure.component");

var imports = [
common_1.CommonModule,
ivy_angular_turn_js_1.IvyAngularTurnJsModule

@@ -20,0 +18,0 @@ ];

@@ -13,3 +13,2 @@ 'use strict';

let imports: any[] = [
CommonModule,
IvyAngularTurnJsModule

@@ -16,0 +15,0 @@ ];

2

package.json
{
"name": "iage.brochure",
"version": "1.0.2",
"version": "1.0.3",
"description": "Brochure component for IAGE",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -21,11 +21,7 @@ import 'jasmine';

imports: [
//IageAngularBrochureModule
IvyAngularTurnJsModule
],
providers: [
IageBrochureComponent
IageAngularBrochureModule
]
});
fixture = TestBed.get(IageBrochureComponent);
fixture = TestBed.createComponent(IageBrochureComponent);
sut = fixture.componentInstance;

@@ -32,0 +28,0 @@ });

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