New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hackler/hackle-sdk

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hackler/hackle-sdk - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

lib/config.d.ts

@@ -6,3 +6,3 @@ export declare const WORKSPACE_FETCH_URL = "https://sdk.hackle.io/api/v2/workspaces";

export declare const SDK_VERSION_HEADER = "X-HACKLE-SDK-VERSION";
export declare const SDK_VERSION = "2.2.2";
export declare const SDK_VERSION = "2.2.3";
export declare const DEFAULT_POOL_INTERVAL = 10000;

@@ -9,0 +9,0 @@ export declare const REQUEST_TIME_OUT = 10000;

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

exports.SDK_VERSION_HEADER = "X-HACKLE-SDK-VERSION";
exports.SDK_VERSION = "2.2.2";
exports.SDK_VERSION = "2.2.3";
exports.DEFAULT_POOL_INTERVAL = 10000;

@@ -12,0 +12,0 @@ exports.REQUEST_TIME_OUT = 10000;

{
"name": "@hackler/hackle-sdk",
"version": "2.2.2",
"version": "2.2.3",
"description": "JavaScript Node.js SDK for Hackle",

@@ -38,3 +38,3 @@ "main": "./lib/index.js",

"dependencies": {
"@hackler/sdk-core": "2.2.2"
"@hackler/sdk-core": "2.2.3"
},

@@ -41,0 +41,0 @@ "engines": {

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