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

@aerogear/app

Package Overview
Dependencies
Maintainers
9
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aerogear/app - npm Package Compare versions

Comparing version 0.2.1-alpha.81e3b443 to 0.3.0

.npmignore

2

dist/index.js

@@ -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

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