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

@pendle/core-v2-offchain-math

Package Overview
Dependencies
Maintainers
17
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pendle/core-v2-offchain-math

Typescript library for contract-related calculation

  • 1.0.9
  • npm
  • Socket score

Version published
Weekly downloads
145
decreased by-28.57%
Maintainers
17
Weekly downloads
 
Created
Source

Template for project with Typescript

TODO before use

  • yarn to install (dev)dependencies
  • Change the project name in the package.json.
  • Remove example files in src and test.
  • Change this file (README.md) content.
  • Change the variables name (to fit the project):
    • PROJECT_NAME_NPM_AUTH_TOKEN in .yarnrc.yml.

Features

Format with prettier

yarn format

See .prettierrc and .prettierignore for prettier configuration.

Lint with eslint

yarn lint           # running lint with fixes
yarn lint:nofix     # running lint but without fixes

See .eslintrc.js for eslint configuration. Additionally, the script in package.json, also contains a glob for which files to lint.

This repo uses typescript-eslint with recommended rules. Please make sure to turn off undesired rules.

Type checking

yarn typecheck

Building

yarn build

Github workflow

  • Automatically do yarn lint:nofix and yarn typecheck on push.

FAQs

Package last updated on 10 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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