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

@cryptoeconomicslab/ovm-parser

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptoeconomicslab/ovm-parser - npm Package Compare versions

Comparing version 0.2.12 to 0.3.0

LICENSE

3

lib/PropertyDef.d.ts

@@ -16,5 +16,2 @@ export interface Program {

}
/**
* Parsed Property definition
*/
export interface PropertyDef {

@@ -21,0 +18,0 @@ annotations: Annotation[];

{
"name": "@cryptoeconomicslab/ovm-parser",
"version": "0.2.12",
"version": "0.3.0",
"description": "OVM parser",

@@ -27,3 +27,2 @@ "author": {

"build:check": "tsc --noEmit",
"test": "jest",
"lint": "eslint --ext ts,tsx src",

@@ -33,20 +32,2 @@ "doc": "typedoc --out docs src",

},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": [
"**/__tests__/**/?(*.)+(spec|test).(ts|js)",
"**/?(*.)+(spec|test).ts"
],
"moduleFileExtensions": [
"js",
"ts"
],
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.json"
}
}
},
"dependencies": {

@@ -56,3 +37,3 @@ "pegjs": "^0.10.0",

},
"gitHead": "bfe0a8532d9400c5c8d0a7ec8bb02dd6ba20831c"
"gitHead": "f48e8a87baaa0b315db339f0809e6266f570be55"
}

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