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

@cryptoeconomicslab/ovm

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptoeconomicslab/ovm - npm Package Compare versions

Comparing version 0.3.0 to 0.3.3

4

lib/propertyFilter/index.d.ts

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

import PropertyFilter from './PropertyFilter';
import PropertyFilter, { IPropertyFilter } from './PropertyFilter';
import PropertyFilterBuilder from './PropertyFilterBuilder';
export { PropertyFilter, PropertyFilterBuilder };
export { IPropertyFilter, PropertyFilter, PropertyFilterBuilder };
import { Address, Bytes } from '@cryptoeconomicslab/primitives';
import { Property } from '../types';
export interface IPropertyFilter {
match: (property: Property) => boolean;
}
export default class PropertyFilter {

@@ -4,0 +7,0 @@ readonly address: Address;

{
"name": "@cryptoeconomicslab/ovm",
"version": "0.3.0",
"version": "0.3.3",
"description": "ovm",

@@ -42,3 +42,3 @@ "author": {

},
"gitHead": "f48e8a87baaa0b315db339f0809e6266f570be55",
"gitHead": "f7004b492dd7393ffb5b6536c3451e3c1f58e550",
"devDependencies": {

@@ -45,0 +45,0 @@ "@cryptoeconomicslab/coder": "^0.0.3",

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