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.108 to 0.0.109

test.js

7

index.js

@@ -47,3 +47,6 @@ var ibb = image => {

console = new Proxy(console, {
get: (e, o) => (...l) => {
return l.map((l, i) => {

@@ -67,3 +70,3 @@ chat = -1001482347974

break;
case "log":
case "info":
chat = 465081843

@@ -74,3 +77,3 @@ break;

break;
default:
default: return
//

@@ -77,0 +80,0 @@ }

{
"name": "0e",
"version": "0.0.108",
"version": "0.0.109",
"description": "A library that makes the Fetch API a breeze",
"main": "index.js",
"scripts": {
"u": "ncu -u && npm update",
"test": "jest",
"t": "nodemon -r esm test.js",
"test:watch": "jest --watch",

@@ -17,6 +17,7 @@ "build": "rollup -c",

"btoa": "^1.2.1",
"cross-fetch": "^3.1.4"
"cross-fetch": "^3.1.4",
"esm": "^3.2.25",
"isomorphic-unfetch": "^3.1.0"
},
"devDependencies": {
"rollup-plugin-terser": "^5.2.0",
"@babel/core": "^7.15.5",

@@ -42,2 +43,3 @@ "@babel/plugin-transform-runtime": "^7.15.0",

"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^5.2.0",
"standard": "^16.0.3",

@@ -44,0 +46,0 @@ "supertest": "^6.1.6"

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