Socket
Socket
Sign inDemoInstall

simple-common-utils

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

2

js/data-transmission-protocol/Packet.js

@@ -1,5 +0,3 @@

import { autobind } from "core-decorators";
import StaticUtils from "../StaticUtils";
@autobind
export default class Packet {

@@ -6,0 +4,0 @@ /**

6

js/data-transmission-protocol/Parser.js

@@ -1,5 +0,3 @@

import { autobind } from "core-decorators";
import Packet from "./Packet";
@autobind
export default class Parser {

@@ -18,2 +16,4 @@ static Handler = class {

this._defaultPacketType = defaultPacketType;
this.parse = this.parse.bind(this);
}

@@ -47,3 +47,3 @@

const packetSize = this._format.getPacketSize(buf, offset);
const packetSize = this._format.getPacketSize(this._buf, offset);

@@ -50,0 +50,0 @@ const handler = this._handlers.get(this._format.getCommandNumber(this._buf, offset));

{
"name": "simple-common-utils",
"version": "1.7.0",
"version": "1.7.1",
"description": "A collection of utility classes.",

@@ -9,5 +9,2 @@ "main": "index.js",

},
"dependencies": {
"core-decorators": "latest"
},
"repository": {

@@ -14,0 +11,0 @@ "type": "git",

@@ -251,2 +251,3 @@ This is a collection of utility classes used for JS development.

-|-
v1.7.1|Autobinding removed from the `data-transmission-protocol`-classes.
v1.7.0|`data-transmission-protocol`-classes added. These deprecate `zx55`.

@@ -253,0 +254,0 @@ v1.6.0|`zx55` added.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc