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

@iconstorm/lol-element

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iconstorm/lol-element - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

dist/lol.cjs

17

package.json
{
"name": "@iconstorm/lol-element",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A base class for creating Web Components like you know what you're doing",

@@ -10,11 +10,9 @@ "publishConfig": {

"source": "src/lol.js",
"main": "./lol.cjs",
"module": "./lol.legacy.js",
"exports": "./lol.js",
"unpkg": "./lol.umd.js",
"main": "./dist/lol.cjs",
"module": "./dist/lol.legacy.js",
"exports": "./dist/lol.js",
"unpkg": "./dist/lol.umd.js",
"files": [
"src",
"**.js",
"**.cjs",
"**.map"
"dist"
],

@@ -25,3 +23,4 @@ "scripts": {

"test": "npm run lint && vite serve test",
"build": "microbundle --external none --name lol",
"prebuild": "rm -fr dist",
"build": "microbundle --format modern,esm,cjs --no-compress --sourcemap=false && microbundle --external none --name lol --format umd",
"prepublishOnly": "npm run build"

@@ -28,0 +27,0 @@ },

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