Socket
Socket
Sign inDemoInstall

skatejs

Package Overview
Dependencies
Maintainers
8
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skatejs - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

4

dist/es/with-update.js

@@ -163,3 +163,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

_attributeToPropertyMap = _constructor._attributeToPropertyMap,
props = _constructor.props;
_propsNormalised = _constructor._propsNormalised;

@@ -173,3 +173,3 @@

if (propertyName) {
var propertyDefinition = props[propertyName];
var propertyDefinition = _propsNormalised[propertyName];
if (propertyDefinition) {

@@ -176,0 +176,0 @@ var defaultValue = propertyDefinition.default,

@@ -160,3 +160,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

_attributeToPropertyMap,
props
_propsNormalised
} = this.constructor;

@@ -170,3 +170,3 @@

if (propertyName) {
const propertyDefinition = props[propertyName];
const propertyDefinition = _propsNormalised[propertyName];
if (propertyDefinition) {

@@ -173,0 +173,0 @@ const { default: defaultValue, deserialize } = propertyDefinition;

@@ -182,3 +182,3 @@ 'use strict';

_attributeToPropertyMap = _constructor._attributeToPropertyMap,
props = _constructor.props;
_propsNormalised = _constructor._propsNormalised;

@@ -192,3 +192,3 @@

if (propertyName) {
const propertyDefinition = props[propertyName];
const propertyDefinition = _propsNormalised[propertyName];
if (propertyDefinition) {

@@ -195,0 +195,0 @@ const defaultValue = propertyDefinition.default,

@@ -26,3 +26,3 @@ {

"types": "src/index.d.ts",
"version": "5.2.0"
"version": "5.2.1"
}
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