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

@defer.run/client

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defer.run/client - npm Package Compare versions

Comparing version 0.0.16-alpha-20221130110902-7a228a6 to 0.0.16-alpha-20221209154103-648b561

2

cjs/constants.js

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

exports.DOMAIN = "https://api.defer.run";
exports.PATH = "/api/v0/exec";
exports.PATH = "/api/v1/enqueue";
exports.TOKEN_ENV_NAME = "DEFER_TOKEN";

@@ -9,3 +9,2 @@ "use strict";

let debug = false;
console.log("test");
const init = ({ apiToken, apiUrl, debug: debugValue }) => {

@@ -12,0 +11,0 @@ token = apiToken || process.env[constants_js_1.TOKEN_ENV_NAME];

export const DOMAIN = "https://api.defer.run";
export const PATH = "/api/v0/exec";
export const PATH = "/api/v1/enqueue";
export const TOKEN_ENV_NAME = "DEFER_TOKEN";

@@ -6,3 +6,2 @@ import { fetch } from "@whatwg-node/fetch";

let debug = false;
console.log("test");
export const init = ({ apiToken, apiUrl, debug: debugValue }) => {

@@ -9,0 +8,0 @@ token = apiToken || process.env[TOKEN_ENV_NAME];

{
"name": "@defer.run/client",
"version": "0.0.16-alpha-20221130110902-7a228a6",
"version": "0.0.16-alpha-20221209154103-648b561",
"description": "cua JavaScript client",

@@ -5,0 +5,0 @@ "dependencies": {

export declare const DOMAIN = "https://api.defer.run";
export declare const PATH = "/api/v0/exec";
export declare const PATH = "/api/v1/enqueue";
export declare const TOKEN_ENV_NAME = "DEFER_TOKEN";

Sorry, the diff of this file is not supported yet

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