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

swipelime-client-node

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swipelime-client-node - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## [0.2.7] - 2024-06-19
### Fixed
* Client version string update
## [0.2.6] - 2024-06-17

@@ -9,0 +13,0 @@ ### Fixed

2

dist/index.d.ts

@@ -18,3 +18,3 @@ /// <reference types="node" />

readonly apiVersion = 1;
readonly clientVersion = "0.2.4";
readonly clientVersion = "0.2.7";
get isLoggedIn(): boolean;

@@ -21,0 +21,0 @@ get isConnected(): boolean;

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

apiVersion = 1;
clientVersion = '0.2.4';
clientVersion = '0.2.7';
get isLoggedIn() {

@@ -46,0 +46,0 @@ return this._isLoggedIn;

{
"name": "swipelime-client-node",
"description": "swipelime-client-node is the official swipelime Node.js client library",
"version": "0.2.6",
"version": "0.2.7",
"author": "swipelime (https://swipelime.com)",

@@ -6,0 +6,0 @@ "license": "MIT",

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