Socket
Socket
Sign inDemoInstall

@ioffice/angular-ts

Package Overview
Dependencies
0
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

.travis.yml

6

CHANGELOG.md

@@ -11,3 +11,6 @@ # Changelog

## [1.1.1] - June 26, 2018
- _No changes_: this release is a verification of a succesful migration to Travis.
## [1.1.0] - May 18, 2018

@@ -32,3 +35,4 @@ - Added `loadNgModuleNoDefault` so that ngModules may be exported with their name ending in

[Unreleased]: https://github.com/ioffice/angular-ts/compare/1.1.0...HEAD
[Unreleased]: https://github.com/ioffice/angular-ts/compare/1.1.1...HEAD
[1.1.1]: https://github.com/ioffice/angular-ts/compare/1.1.1...1.1.1
[1.1.0]: https://github.com/ioffice/angular-ts/compare/1.0.2...1.1.0

@@ -35,0 +39,0 @@ [1.0.2]: https://github.com/ioffice/angular-ts/compare/1.0.1...1.0.2

3

component.d.ts

@@ -1,2 +0,1 @@

/// <reference types="angular" />
import { Injectable, IOnChangesObject } from 'angular';

@@ -85,2 +84,2 @@ /**

}
export { INgComponentOptions, NgComponent, NgOnInit, NgDoCheck, NgOnChanges, NgOnDestroy, NgPostLink };
export { INgComponentOptions, NgComponent, NgOnInit, NgDoCheck, NgOnChanges, NgOnDestroy, NgPostLink, };

@@ -1,2 +0,1 @@

/// <reference types="angular" />
import * as ng from 'angular';

@@ -31,2 +30,2 @@ interface Directive {

}
export { Directive };
export { Directive, };

@@ -7,2 +7,2 @@ import { Inject, inject } from './injectable';

import { loadNgModule, loadNgModuleNoDefault } from './loadNgModule';
export { inject, Inject, INgComponentOptions, NgComponent, NgOnInit, NgDoCheck, NgOnChanges, NgOnDestroy, NgPostLink, Directive, ngRegister, mix, isinstance, loadNgModule, loadNgModuleNoDefault };
export { inject, Inject, INgComponentOptions, NgComponent, NgOnInit, NgDoCheck, NgOnChanges, NgOnDestroy, NgPostLink, Directive, ngRegister, mix, isinstance, loadNgModule, loadNgModuleNoDefault, };
declare function inject(clazz: any, injectables: (string | any)[]): void;
declare function Inject(args: string[]): Function;
export { Inject, inject };
export { Inject, inject, };

@@ -26,2 +26,2 @@ /**

declare function loadNgModuleNoDefault(callback: any): any[];
export { loadNgModule, loadNgModuleNoDefault };
export { loadNgModule, loadNgModuleNoDefault, };

@@ -7,2 +7,2 @@ declare class IMixin {

declare function isinstance(object: any, classinfo: any): boolean;
export { IMixin, mix, isinstance };
export { IMixin, mix, isinstance, };

@@ -36,4 +36,4 @@ "use strict";

}
var _a;
return (_a = base.prototype[method]).call.apply(_a, [this].concat(args));
var _a;
};

@@ -40,0 +40,0 @@ return IMixin;

@@ -1,2 +0,1 @@

/// <reference types="angular" />
/**

@@ -60,2 +59,2 @@ * Obtained and modified from: https://github.com/michaelbromley/angular-es6

declare function ngRegister(appName: string, dependencies?: string[]): NgRegister;
export { NgRegister, ngRegister };
export { NgRegister, ngRegister, };

@@ -57,5 +57,5 @@ "use strict";

}
var _a;
(_a = _this.app)[method].apply(_a, args);
return _this;
var _a;
};

@@ -62,0 +62,0 @@ };

{
"name": "@ioffice/angular-ts",
"version": "1.1.0",
"version": "1.1.1",
"description": "An approach to using ES6 classes in Angular JS 1.x with Typescript",

@@ -9,25 +9,25 @@ "license": "MIT",

"devDependencies": {
"@ioffice/tc-builder": "1.2.1",
"@ioffice/tslint-config-ioffice": "^0.2.0",
"@ioffice/tc-builder": "2.1.0",
"@ioffice/tslint-config-ioffice": "0.4.1",
"@types/angular": "1.6.43",
"@types/chai": "4.1.2",
"@types/mocha": "2.2.48",
"@types/chai": "4.1.4",
"@types/mocha": "5.2.3",
"@types/progress": "2.0.1",
"@types/request-promise": "4.1.41",
"@types/semver": "5.5.0",
"@types/sinon": "4.3.0",
"@types/sinon": "5.0.1",
"@types/webpack": "4.1.3",
"angular": "1.5.11",
"chai": "4.1.2",
"colors": "1.2.1",
"colors": "1.3.0",
"css-loader": "0.28.11",
"less-loader": "4.1.0",
"mocha": "5.0.1",
"moment": "2.21.0",
"mocha": "5.2.0",
"moment": "2.22.2",
"progress": "2.0.0",
"request": "2.85.0",
"request": "2.87.0",
"request-promise": "4.2.2",
"request-promise-core": "1.1.1",
"semver": "5.5.0",
"sinon": "4.4.8",
"sinon": "6.0.1",
"style-loader": "0.20.3",

@@ -37,6 +37,6 @@ "ts-loader": "4.1.0",

"tslib": "1.9.0",
"tslint": "5.9.1",
"tslint-eslint-rules": "5.0.0",
"tslint": "5.10.0",
"tslint-eslint-rules": "5.3.1",
"typedoc": "0.11.1",
"typescript": "2.7.2",
"typescript": "2.9.2",
"url-loader": "1.0.1",

@@ -56,4 +56,5 @@ "webpack": "4.3.0",

"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.com"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc