@aerogear/app
Advanced tools
Comparing version 0.2.1-alpha.81e3b443 to 0.3.0
@@ -10,4 +10,4 @@ "use strict"; | ||
exports.init = function (config) { | ||
return core_1.coreInstance.init(config); | ||
return core_1.INSTANCE.init(config); | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aerogear/app", | ||
"version": "0.2.1-alpha.81e3b443", | ||
"version": "0.3.0", | ||
"description": "Aero Gear SDK application module", | ||
@@ -28,10 +28,10 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"mocha": "^5.1.1", | ||
"@types/chai": "^4.1.3", | ||
"chai": "^4.1.2", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.1" | ||
}, | ||
"dependencies": { | ||
"@aerogear/core": "0.2.1" | ||
"@aerogear/core": "0.3.0" | ||
} | ||
} |
import { AeroGearConfiguration, coreInstance } from "@aerogear/core"; | ||
import { AeroGearConfiguration, INSTANCE } from "@aerogear/core"; | ||
@@ -9,4 +9,4 @@ /** | ||
*/ | ||
export const init = (config: AeroGearConfiguration): Promise<void> => { | ||
return coreInstance.init(config); | ||
export const init = (config: AeroGearConfiguration): void => { | ||
return INSTANCE.init(config); | ||
}; |
@@ -7,2 +7,2 @@ import { AeroGearConfiguration } from "@aerogear/core"; | ||
*/ | ||
export declare const init: (config: AeroGearConfiguration) => Promise<void>; | ||
export declare const init: (config: AeroGearConfiguration) => void; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2620
8
1
6
1
+ Added@aerogear/core@0.3.0(transitive)
- Removed@aerogear/core@0.2.1(transitive)
Updated@aerogear/core@0.3.0