New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@polybase/polylang

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polybase/polylang

latest
Source
npmnpm
Version
0.6.0
Version published
Weekly downloads
95
26.67%
Maintainers
3
Weekly downloads
 
Created
Source

Build

Javascript

Install wasm-pack: cargo install wasm-pack

cd js
yarn build
EOF

Go

cargo build --release
cp target/release/libpolylang.a go/parser/

cd go
go run .

Test

cargo test && (cd parser && cargo test)

You can download and test that collections from the testnet still parse by running:

./pull-collections.sh && cargo test

FAQs

Package last updated on 22 May 2023

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