New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

infrontjs

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infrontjs - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

14

dist/IF.es.js

@@ -212,2 +212,7 @@ /**

canExit()
{
return true;
}
enter()

@@ -1175,12 +1180,7 @@ {

const version = "0.2.3";
const version = "0.3.0";
const base = {};
base.Api = Api;
base.PropertyObject = PropertyObject;
base.State = State;
// Marketing ;-)
console.log( "%c»InfrontJS« Version " + version, "font-family: monospace sans-serif; background-color: black; color: white;" );
export { App, base, createUid, destroyApp, getApp, isClass, isClassChildOf, isPlainObject, trim, version };
export { Api, App, PropertyObject, State, createUid, destroyApp, getApp, isClass, isClassChildOf, isPlainObject, trim, version };

@@ -218,2 +218,7 @@ (function (global, factory) {

canExit()
{
return true;
}
enter()

@@ -1181,14 +1186,11 @@ {

const version = "0.2.3";
const version = "0.3.0";
const base = {};
base.Api = Api;
base.PropertyObject = PropertyObject;
base.State = State;
// Marketing ;-)
console.log( "%c»InfrontJS« Version " + version, "font-family: monospace sans-serif; background-color: black; color: white;" );
exports.Api = Api;
exports.App = App;
exports.base = base;
exports.PropertyObject = PropertyObject;
exports.State = State;
exports.createUid = createUid;

@@ -1195,0 +1197,0 @@ exports.destroyApp = destroyApp;

{
"name": "infrontjs",
"version": "0.2.3",
"version": "0.3.0",
"description": "The progressive frontend framework.",

@@ -5,0 +5,0 @@ "main": "src/IF.js",

@@ -14,2 +14,7 @@ class State

canExit()
{
return true;
}
enter()

@@ -16,0 +21,0 @@ {

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

export const version = "0.2.3";
export const version = "0.3.0";

@@ -9,7 +9,3 @@

const base = {};
base.Api = Api;
base.PropertyObject = PropertyObject;
base.State = State;
export { base };
export { Api, PropertyObject, State };

@@ -16,0 +12,0 @@ // global functions

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