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

oberknecht-utils

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oberknecht-utils - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

4

lib-js/utils/message.Emotes.js

@@ -10,5 +10,5 @@ "use strict";

let b = a.split(":");
if (!b?.[0])
return;
let c = b?.[1]?.split("-");
if (c?.[1])
return {};
r[b[0]] = {

@@ -15,0 +15,0 @@ "start": c[0],

@@ -13,4 +13,4 @@ export type messageEmote = {

let b = a.split(":");
if(!b?.[0]) return;
let c = b?.[1]?.split("-");
if (c?.[1]) return {};
r[b[0]] = {

@@ -17,0 +17,0 @@ "start": c[0],

{
"name": "oberknecht-utils",
"version": "1.1.7",
"version": "1.1.8",
"description": "Utils for oberknecht packages",

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

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