Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remindoro-utils

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remindoro-utils - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

dist/index.d.ts

@@ -0,1 +1,3 @@

import { Remindoro } from './types/index.js';
import { notification_check } from './notifications/index.js';
export type Message = {

@@ -5,2 +7,4 @@ person: string;

export declare function greet(message: string): string;
export type { Remindoro };
export { notification_check };
//# sourceMappingURL=index.d.ts.map

@@ -0,3 +1,5 @@

import { notification_check } from './notifications/index.js';
export function greet(message) {
return `porumai ... ${message}`;
}
export { notification_check };

2

dist/notifications/index.d.ts

@@ -1,2 +0,2 @@

import { Remindoro } from '../types/';
import { Remindoro } from '../types/index.js';
export declare function notification_check(ro: Remindoro): {

@@ -3,0 +3,0 @@ remindoro: Remindoro;

{
"name": "remindoro-utils",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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