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.12.3 to 0.12.4

2

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

@@ -6,0 +6,0 @@ "license": "BSD-3-Clause",

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

var Class = PropertyClass || this.constructor[key]
propertyVariable = new (Class && typeof Class === 'function' && Class.notifies ? Class : this.PropertyClass)()
propertyVariable = new (Class && typeof Class === 'function' && Class.isPropertyClass ? Class : this.PropertyClass)()
propertyVariable.key = key

@@ -1682,9 +1682,2 @@ propertyVariable.parent = this

Variable.noChange = noChange
function addFlag(name) {
Variable[name] = function(functionValue) {
functionValue[name] = true
}
}
addFlag(Variable, 'handlesContext')
addFlag(Variable, 'handlesPromises')

@@ -1953,2 +1946,3 @@ function objectUpdated(object) {

})(key, value)
value.isPropertyClass = true
} else if (isGenerator(value)) {

@@ -1955,0 +1949,0 @@ descriptor = getGeneratorDescriptor(value)

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

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