Socket
Socket
Sign inDemoInstall

wc-context

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wc-context - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

index.esm.js

@@ -9,3 +9,3 @@ var contextMap = Object.create(null);

if (mapping.el.contains(el)) {
return mapping.value;
return typeof mapping.value === 'function' ? mapping.value.call(el) : mapping.value;
}

@@ -12,0 +12,0 @@ }

@@ -15,3 +15,3 @@ (function (global, factory) {

if (mapping.el.contains(el)) {
return mapping.value;
return typeof mapping.value === 'function' ? mapping.value.call(el) : mapping.value;
}

@@ -18,0 +18,0 @@ }

{
"name": "wc-context",
"version": "0.1.0",
"version": "0.2.0",
"description": "Simple context for HTML custom elements",

@@ -18,2 +18,3 @@ "repository": "blikblum/wc-context",

"module": "index.esm.js",
"jsnext:main": "index.esm.js",
"jest": {

@@ -20,0 +21,0 @@ "modulePathIgnorePatterns": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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