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

create-element-ns

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

create-element-ns - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "create-element-ns",
"version": "3.0.0",
"version": "3.0.1",
"description": "dom createElement hyperscript with svg, namespace and selector support",

@@ -5,0 +5,0 @@ "keywords": [

@@ -26,3 +26,3 @@ <!-- markdownlint-disable MD004 MD007 MD010 MD041 MD022 MD024 MD032 MD036 -->

// partial application to reate multiple modified clones
// partial application to create multiple modified clones
var pFn = el('p'),

@@ -29,0 +29,0 @@ pEl = pFn({textContent: 'x'})

@@ -24,3 +24,5 @@ var mergeKeys = require('./merge-keys'),

var context = mergeKeys({}, defaults)
for (var i=0; i<arguments.length; ++i) mergeKeys(context, parseArgument(arguments[i], i))
for (var i=0; i<arguments.length; ++i) {
mergeKeys(context, parseArgument(arguments[i], i))
}
/**

@@ -27,0 +29,0 @@ * Factory function to produce instances of the defined Component

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