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

@thiagoveras/toolbelt-api-test

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thiagoveras/toolbelt-api-test - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

build/index.d.ts
export declare abstract class Display {
private static dateDAO;
static time(): void;
static date(): void;
static time(): string;
static date(): string;
}

@@ -6,6 +6,6 @@ "use strict";

static time() {
console.log(this.dateDAO.toLocaleTimeString());
return this.dateDAO.toLocaleTimeString();
}
static date() {
console.log(this.dateDAO.toLocaleDateString());
return this.dateDAO.toLocaleDateString();
}

@@ -12,0 +12,0 @@ }

{
"name": "@thiagoveras/toolbelt-api-test",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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