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

@getanthill/event-source

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getanthill/event-source - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

16

dist/EventSourced.d.ts

@@ -127,19 +127,7 @@ import * as ERRORS from './errors';

getRequiredIndexes(): {
[x: string]: ({
[x: string]: (object | {
version: number;
unique?: undefined;
name?: undefined;
} | {
unique: boolean;
name: string;
version?: undefined;
unique?: boolean;
})[][];
[x: number]: ({
[x: string]: number;
unique?: undefined;
name?: undefined;
} | {
unique: boolean;
name: string;
})[][];
};

@@ -146,0 +134,0 @@ /**

2

package.json
{
"name": "@getanthill/event-source",
"version": "0.12.0",
"version": "0.12.1",
"description": "Event-sourced data store handling library",

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

@@ -163,3 +163,12 @@ import { strict as assert } from 'assert';

*/
static getRequiredIndexes() {
static getRequiredIndexes(): {
[x: string]: (
| object
| {
version: number;
name: string;
unique?: boolean;
}
)[][];
} {
return {

@@ -166,0 +175,0 @@ [collectionName]: [

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