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.19 to 1.0.20

1

global/SimGlobal.js

@@ -7,2 +7,3 @@ "use strict";

this.storage = new Set();
this.data = {};
}

@@ -9,0 +10,0 @@ Object.defineProperty(class_1.prototype, "application", {

2

package.json
{
"name": "simple-boot-core",
"version": "1.0.19",
"version": "1.0.20",
"main": "SimpleApplication.js",

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

@@ -8,11 +8,8 @@ "use strict";

FunctionUtils.getParameterNames = function (func, property) {
var _a;
var _a, _b;
if (typeof func === 'object' && property) {
func = func[property];
}
return (_a = new RegExp('(?:' + func.name + '\\s*|^)\\s*\\((.*?)\\)')
.exec(func.toString().replace(/\n/g, ''))[1]
.replace(/\/\*.*?\*\//g, '')
.replace(/ /g, '')
.split(',')) !== null && _a !== void 0 ? _a : [];
return (_b = (_a = new RegExp('(?:' + func.name + '\\s*|^)\\s*\\((.*?)\\)')
.exec(func.toString().replace(/\n/g, ''))) === null || _a === void 0 ? void 0 : _a[1].replace(/\/\*.*?\*\//g, '').replace(/ /g, '').split(',')) !== null && _b !== void 0 ? _b : [];
};

@@ -19,0 +16,0 @@ FunctionUtils.eval = function (script, obj) {

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