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

simple-boot-core

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-boot-core - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

3

intent/IntentManager.js

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

var _this = this;
var _a;
(_a = this.simstanceManager) === null || _a === void 0 ? void 0 : _a.getSimConfig(it.scheme).forEach(function (data) {
this.simstanceManager.getSimConfig(it.scheme).forEach(function (data) {
var _a, _b;

@@ -15,0 +14,0 @@ var orNewSim = (_a = _this.simstanceManager) === null || _a === void 0 ? void 0 : _a.getOrNewSim(data.type);

{
"name": "simple-boot-core",
"version": "1.0.12",
"version": "1.0.13",
"main": "SimpleApplication.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -87,3 +87,3 @@ "use strict";

var it_1 = _a[_i];
var pathnameData = intent.getPathnameData(it_1);
var pathnameData = intent.getPathnameData(urlRoot + it_1);
if (pathnameData) {

@@ -90,0 +90,0 @@ var rm = new RouterModule_1.RouterModule(this, this[it_1]);

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