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

@kasko/fe-toolbelt

Package Overview
Dependencies
Maintainers
11
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasko/fe-toolbelt - npm Package Compare versions

Comparing version 2.0.1-beta.20 to 2.0.1-beta.21

2

package.json
{
"license": "UNLICENSED",
"name": "@kasko/fe-toolbelt",
"version": "2.0.1-beta.20",
"version": "2.0.1-beta.21",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=8.11.x"

@@ -16,3 +16,4 @@ // const axios = require('../../axios');

try {
const response = await fetch(new URL(url));
const urlTest = 'https://apps.eu1.kaskocloud.com/pk_test_YjelaXzVMPGEDp8PePy2LxRq1rKd5Qmo/tp_256da351104839a521980c1937aa3';
const response = await fetch(urlTest);
data = await response.text();

@@ -19,0 +20,0 @@ } catch (e) {

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