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

angular-sample-module

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-sample-module - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/index.d.ts

@@ -6,4 +6,4 @@ import { ModuleWithProviders } from "@angular/core";

export * from './src/sample.service';
export default class SampleModule {
export declare class SampleModule {
static forRoot(): ModuleWithProviders;
}

@@ -53,4 +53,3 @@ "use strict";

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = SampleModule;
exports.SampleModule = SampleModule;
//# sourceMappingURL=index.js.map

@@ -28,3 +28,3 @@ import {NgModule, ModuleWithProviders} from "@angular/core";

})
export default class SampleModule {
export class SampleModule {
static forRoot(): ModuleWithProviders {

@@ -31,0 +31,0 @@ return {

{
"name": "angular-sample-module",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {

@@ -5,0 +5,0 @@ "lint": "tslint src/**/*.ts",

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