New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@streamlayer/sl-eslib

Package Overview
Dependencies
Maintainers
13
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamlayer/sl-eslib - npm Package Compare versions

Comparing version 5.17.1 to 5.17.2

2

package.json
{
"name": "@streamlayer/sl-eslib",
"version": "5.17.1",
"version": "5.17.2",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "restricted"

@@ -25,7 +25,2 @@ // @generated by protoc-gen-es v1.2.1 with parameter "target=js+dts"

/**
* @generated from field: google.protobuf.StringValue event_id_string = 6;
*/
eventIdString?: string;
/**
* overview | titleCard | onboarding | rules | inviteCard

@@ -47,7 +42,2 @@ *

/**
* @generated from field: google.protobuf.BoolValue set_enable_bool = 7;
*/
setEnableBool?: boolean;
constructor(data?: PartialMessage<SaveRequest>);

@@ -54,0 +44,0 @@

@@ -6,3 +6,3 @@ // @generated by protoc-gen-es v1.2.1 with parameter "target=js+dts"

import { BoolValue, proto3, StringValue } from "@bufbuild/protobuf";
import { proto3 } from "@bufbuild/protobuf";
import { GameSettings } from "../common/game_common_pb.js";

@@ -18,7 +18,5 @@

{ no: 2, name: "event_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 6, name: "event_id_string", kind: "message", T: StringValue },
{ no: 3, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 4, name: "settings", kind: "message", T: GameSettings },
{ no: 5, name: "set_enable", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
{ no: 7, name: "set_enable_bool", kind: "message", T: BoolValue },
],

@@ -25,0 +23,0 @@ );

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