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.2.0-rc.0 to 1.2.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.1.1";
export declare const SDK_VERSION = "1.2.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.1.1";
exports.SDK_VERSION = "1.2.0";
exports.DEFAULT_POOL_INTERVAL = 10000;

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

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

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

"verdaccio": "pm2 start ./node_modules/verdaccio/bin/verdaccio",
"publish:rc": "npm run build && npm publish --tag rc"
"publish:rc": "npm run build && npm publish --tag rc",
"publish:release": "npm run build && npm publish"
},

@@ -38,3 +39,3 @@ "repository": {

"dependencies": {
"@hackler/sdk-core": "1.2.0-rc.1"
"@hackler/sdk-core": "1.2.0"
},

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