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

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.1.2 to 5.1.3

1

dist/es/with-update.js

@@ -178,2 +178,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; }; }();

this._props[propertyName] = propertyValue == null ? defaultValue : propertyValue;
this.triggerUpdate();
}

@@ -180,0 +181,0 @@ }

@@ -167,2 +167,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; };

this._props[propertyName] = propertyValue == null ? defaultValue : propertyValue;
this.triggerUpdate();
}

@@ -169,0 +170,0 @@ }

@@ -191,2 +191,3 @@ 'use strict';

this._props[propertyName] = propertyValue == null ? defaultValue : propertyValue;
this.triggerUpdate();
}

@@ -193,0 +194,0 @@ }

2

package.json

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

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