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

@poap-xyz/utils

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poap-xyz/utils - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1-beta-v1

6

dist/cjs/types/filter.d.ts

@@ -11,4 +11,8 @@ export interface Filter {

}
type FilterWhere = Filter | {
[key: string]: FilterWhere;
};
export interface FilterVariables {
where: Filter;
where: FilterWhere;
}
export {};

@@ -11,4 +11,8 @@ export interface Filter {

}
type FilterWhere = Filter | {
[key: string]: FilterWhere;
};
export interface FilterVariables {
where: Filter;
where: FilterWhere;
}
export {};

@@ -11,4 +11,8 @@ export interface Filter {

}
type FilterWhere = Filter | {
[key: string]: FilterWhere;
};
export interface FilterVariables {
where: Filter;
where: FilterWhere;
}
export {};

5

package.json
{
"name": "@poap-xyz/utils",
"version": "0.2.0",
"version": "0.2.1-beta-v1",
"description": "Utils module for the poap.js library",

@@ -30,3 +30,4 @@ "main": "dist/cjs/index.cjs",

"node": ">=18"
}
},
"stableVersion": "0.2.1"
}
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