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 1.0.3 to 1.1.0

2

lib/config.d.ts

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

export declare const SDK_VERSION_HEADER = "X-HACKLE-SDK-VERSION";
export declare const SDK_VERSION = "1.0.3";
export declare const SDK_VERSION = "1.1.0";
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 = "1.0.3";
exports.SDK_VERSION = "1.1.0";
exports.DEFAULT_POOL_INTERVAL = 10000;

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

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

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

"dependencies": {
"@hackler/sdk-core": "^1.0.8"
"@hackler/sdk-core": "^1.1.1"
},

@@ -39,0 +39,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