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.1 to 1.0.2

3

global/SimGlobal.js

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

export var SimGlobal = new (function () {
var g = new (function () {
function class_1() {

@@ -17,1 +17,2 @@ this.storage = new Set();

}())();
export var SimGlobal = global ? (global.SimGlobal = g) : (window ? window.SimGlobal = g : g);
{
"name": "simple-boot-core",
"version": "1.0.1",
"version": "1.0.2",
"main": "SimpleApplication.js",

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

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