Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-o1js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-o1js - npm Package Compare versions

Comparing version 0.1.0 to 0.4.0

build/jest.config.d.ts

41

package.json
{
"name": "eslint-plugin-o1js",
"version": "0.1.0",
"description": "",
"main": "index.js",
"version": "0.4.0",
"description": "o1js rules for ESLint",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc -d -p tsconfig.json",
"test": "jest",
"lint": "eslint . --ext .ts",
"typecheck": "tsc -p tsconfig.json",
"format": "prettier --write ."
},
"author": "",
"license": "ISC"
"author": "O(1) Labs",
"license": "Apache-2.0",
"files": [
"README.md",
"package.json",
"build"
],
"keywords": [
"eslint",
"snarkyjs",
"o1js"
],
"devDependencies": {
"@types/eslint": "^8.2.1",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.13",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/experimental-utils": "^5.7.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/typescript-estree": "^5.7.0",
"eslint": "^8.14.0",
"jest": "^27.4.5",
"prettier": "2.5.1",
"ts-jest": "^27.1.1",
"typescript": "^4.5.4"
}
}
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