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

sling-web-component-loader

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sling-web-component-loader - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

10

package.json
{
"name": "sling-web-component-loader",
"version": "1.5.0",
"description": "Sling Web Component Loader",
"version": "1.6.0",
"description": "Sling Loader",
"module": "src/index.js",
"main": "dist/cjs/es6/index.js",
"main": "dist/cjs/es5/index.js",
"jsnext:main": "dist/es/es6/index.js",

@@ -11,5 +11,5 @@ "browser": "dist/iife/es6/index.js",

"dependencies": {
"sling-framework": "^1.5.0",
"sling-helpers": "^1.5.0"
"sling-framework": "^1.6.0",
"sling-helpers": "^1.6.0"
}
}
# sling-web-component-loader
The loader Component. It´s aimed to be used in pair with business components that demands requests and component renders with processess delays.
The component must show the loader element while loading the data source required to populate and render his view.
The loader should be used with business components that demand requests and render with delay.
The component must show the loader component while loading the data source required to populate and render its view.

@@ -6,0 +6,0 @@ ## Install

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