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

@marcoms/make-element

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marcoms/make-element - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

build/make-element.js

@@ -252,3 +252,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

}
if (def.cacheIds) {
// id caching enabled by default
if (def.cacheIds !== false) {
this.$ = {};

@@ -255,0 +256,0 @@ let elsWithIds;

@@ -324,3 +324,4 @@ /******/ (function(modules) { // webpackBootstrap

}
if (def.cacheIds) {
// id caching enabled by default
if (def.cacheIds !== false) {
this.$ = {};

@@ -327,0 +328,0 @@ let elsWithIds;

{
"name": "@marcoms/make-element",
"version": "4.0.0",
"version": "4.0.1",
"description": "Create custom elements without boilerplate",

@@ -5,0 +5,0 @@ "main": "build/make-element.js",

@@ -292,3 +292,4 @@ export interface ElementDef {

if (def.cacheIds) {
// id caching enabled by default
if (def.cacheIds !== false) {
this.$ = {};

@@ -295,0 +296,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