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

alkali

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alkali - npm Package Compare versions

Comparing version 0.21.9 to 0.21.10

11

Element.js

@@ -1844,3 +1844,14 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) {

Element.createElement = function(element, props) {
if (arguments.length > 2)
props.content = [].slice.call(arguments, 2)
if (typeof element === 'string')
element = getConstructor(element)
if (typeof element === 'function') {
return element(props)
}
throw Error('Unrecognize element type')
}
return Element
}))

10

package.json
{
"name": "alkali",
"author": "Kris Zyp",
"version": "0.21.9",
"version": "0.21.10",
"description": "Reactivity with native JavaScript objects and HTML elements",

@@ -21,10 +21,10 @@ "license": "MIT",

"devDependencies": {
"bluebird": "^3.5.3",
"bluebird": "^3.5",
"dojo": "^1.10.2",
"dojo-dstore": "^1.1.1",
"mocha": "^6",
"chai": "^4",
"webpack": "^4.7.0",
"mocha": "^6.1",
"chai": "^4.2",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3"
}
}

Sorry, the diff of this file is too big to display

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