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

@colyseus/schema

Package Overview
Dependencies
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colyseus/schema - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

1

lib/annotations.d.ts

@@ -28,2 +28,3 @@ import * as decode from "./msgpack/decode";

onRemove?(): any;
constructor(...args: any[]);
markAsChanged(field: string, value?: Schema | any): void;

@@ -30,0 +31,0 @@ readonly _schema: Definition;

@@ -26,3 +26,8 @@ "use strict";

var Schema = /** @class */ (function () {
// allow inherited classes to have a constructor
function Schema() {
var args = [];
for (var _i = 0; _i < arguments.length; _i++) {
args[_i] = arguments[_i];
}
this.$changes = {};

@@ -29,0 +34,0 @@ this.$changed = false;

2

package.json
{
"name": "@colyseus/schema",
"version": "0.1.7",
"version": "0.1.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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