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

sling-framework

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sling-framework - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

18

dist/cjs/es5/index.js

@@ -24,2 +24,14 @@ "use strict";

});
Object.defineProperty(exports, "withLoading", {
enumerable: true,
get: function get() {
return _withLoading.withLoading;
}
});
Object.defineProperty(exports, "withRequestParams", {
enumerable: true,
get: function get() {
return _withRequestParams.withRequestParams;
}
});

@@ -30,2 +42,6 @@ var _litElementBundle = require("./lib/lit-element.bundle.js");

var _SlingBusinessElement = require("./framework/SlingBusinessElement.js");
var _SlingBusinessElement = require("./framework/SlingBusinessElement.js");
var _withLoading = require("./v1/src/business/withLoading.js");
var _withRequestParams = require("./v1/src/business/withRequestParams.js");

@@ -24,2 +24,14 @@ "use strict";

});
Object.defineProperty(exports, "withLoading", {
enumerable: true,
get: function get() {
return _withLoading.withLoading;
}
});
Object.defineProperty(exports, "withRequestParams", {
enumerable: true,
get: function get() {
return _withRequestParams.withRequestParams;
}
});

@@ -30,2 +42,6 @@ var _litElementBundle = require("../../lib/lit-element.bundle.js");

var _SlingBusinessElement = require("./business/SlingBusinessElement.js");
var _SlingBusinessElement = require("./business/SlingBusinessElement.js");
var _withLoading = require("./business/withLoading.js");
var _withRequestParams = require("./business/withRequestParams.js");

@@ -24,2 +24,14 @@ "use strict";

});
Object.defineProperty(exports, "withLoading", {
enumerable: true,
get: function () {
return _withLoading.withLoading;
}
});
Object.defineProperty(exports, "withRequestParams", {
enumerable: true,
get: function () {
return _withRequestParams.withRequestParams;
}
});

@@ -30,2 +42,6 @@ var _litElementBundle = require("./lib/lit-element.bundle.js");

var _SlingBusinessElement = require("./framework/SlingBusinessElement.js");
var _SlingBusinessElement = require("./framework/SlingBusinessElement.js");
var _withLoading = require("./v1/src/business/withLoading.js");
var _withRequestParams = require("./v1/src/business/withRequestParams.js");

@@ -24,2 +24,14 @@ "use strict";

});
Object.defineProperty(exports, "withLoading", {
enumerable: true,
get: function () {
return _withLoading.withLoading;
}
});
Object.defineProperty(exports, "withRequestParams", {
enumerable: true,
get: function () {
return _withRequestParams.withRequestParams;
}
});

@@ -30,2 +42,6 @@ var _litElementBundle = require("../../lib/lit-element.bundle.js");

var _SlingBusinessElement = require("./business/SlingBusinessElement.js");
var _SlingBusinessElement = require("./business/SlingBusinessElement.js");
var _withLoading = require("./business/withLoading.js");
var _withRequestParams = require("./business/withRequestParams.js");

9

dist/es/es5/index.js

@@ -1,4 +0,5 @@

import { html } from './lib/lit-element.bundle.js';
import { SlingElement } from './framework/SlingElement.js';
import { SlingBusinessElement } from './framework/SlingBusinessElement.js';
export { SlingElement, SlingBusinessElement, html };
export { html } from './lib/lit-element.bundle.js';
export { SlingElement } from './framework/SlingElement.js';
export { SlingBusinessElement } from './framework/SlingBusinessElement.js';
export { withLoading } from './v1/src/business/withLoading.js';
export { withRequestParams } from './v1/src/business/withRequestParams.js';

@@ -1,4 +0,5 @@

import { html } from '../../lib/lit-element.bundle.js';
import { SlingElement } from './basic/SlingElement.js';
import { SlingBusinessElement } from './business/SlingBusinessElement.js';
export { SlingElement, SlingBusinessElement, html };
export { html } from '../../lib/lit-element.bundle.js';
export { SlingElement } from './basic/SlingElement.js';
export { SlingBusinessElement } from './business/SlingBusinessElement.js';
export { withLoading } from './business/withLoading.js';
export { withRequestParams } from './business/withRequestParams.js';

@@ -1,9 +0,5 @@

import { html } from './lib/lit-element.bundle.js';
import { SlingElement } from './framework/SlingElement.js';
import { SlingBusinessElement } from './framework/SlingBusinessElement.js';
export {
SlingElement,
SlingBusinessElement,
html,
};
export { html } from './lib/lit-element.bundle.js';
export { SlingElement } from './framework/SlingElement.js';
export { SlingBusinessElement } from './framework/SlingBusinessElement.js';
export { withLoading } from './v1/src/business/withLoading.js';
export { withRequestParams } from './v1/src/business/withRequestParams.js';

@@ -1,9 +0,5 @@

import { html } from '../../lib/lit-element.bundle.js';
import { SlingElement } from './basic/SlingElement.js';
import { SlingBusinessElement } from './business/SlingBusinessElement.js';
export {
SlingElement,
SlingBusinessElement,
html,
};
export { html } from '../../lib/lit-element.bundle.js';
export { SlingElement } from './basic/SlingElement.js';
export { SlingBusinessElement } from './business/SlingBusinessElement.js';
export { withLoading } from './business/withLoading.js';
export { withRequestParams } from './business/withRequestParams.js';
{
"name": "sling-framework",
"version": "1.7.0",
"version": "1.8.0",
"description": "Sling Framework",

@@ -10,4 +10,4 @@ "module": "src/index.js",

"dependencies": {
"sling-helpers": "^1.7.0"
"sling-helpers": "^1.8.0"
}
}

@@ -1,9 +0,5 @@

import { html } from './lib/lit-element.bundle.js';
import { SlingElement } from './framework/SlingElement.js';
import { SlingBusinessElement } from './framework/SlingBusinessElement.js';
export {
SlingElement,
SlingBusinessElement,
html,
};
export { html } from './lib/lit-element.bundle.js';
export { SlingElement } from './framework/SlingElement.js';
export { SlingBusinessElement } from './framework/SlingBusinessElement.js';
export { withLoading } from './v1/src/business/withLoading.js';
export { withRequestParams } from './v1/src/business/withRequestParams.js';

@@ -1,9 +0,5 @@

import { html } from '../../lib/lit-element.bundle.js';
import { SlingElement } from './basic/SlingElement.js';
import { SlingBusinessElement } from './business/SlingBusinessElement.js';
export {
SlingElement,
SlingBusinessElement,
html,
};
export { html } from '../../lib/lit-element.bundle.js';
export { SlingElement } from './basic/SlingElement.js';
export { SlingBusinessElement } from './business/SlingBusinessElement.js';
export { withLoading } from './business/withLoading.js';
export { withRequestParams } from './business/withRequestParams.js';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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