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

@retracedhq/retraced

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@retracedhq/retraced - npm Package Compare versions

Comparing version 0.6.2-beta.67 to 0.6.2-beta.70

9

lib/event.d.ts

@@ -23,7 +23,9 @@ import { NewEventRecord } from "./retraced-js";

}
export interface Event {
interface EventCreation {
created?: Date;
}
export interface EventInternal {
action: string;
group?: Group;
crud?: "c" | "r" | "u" | "d";
created?: Date;
actor?: Actor;

@@ -39,2 +41,4 @@ target?: Target;

}
export interface Event extends EventCreation, EventInternal {
}
export declare function verifyHash(event: Event, newEvent: NewEventRecord): string;

@@ -46,1 +50,2 @@ export declare function computeHash(event: Event, id: string): {

export declare function buildHashTarget(event: Event, id: string): string;
export {};
{
"name": "@retracedhq/retraced",
"author": "Replicated Inc., BoxyHQ Inc.",
"version": "0.6.2-beta.67",
"version": "0.6.2-beta.70",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=14.x"

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