Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
flexion-geometry-classifier
Advanced tools
[![npm version](https://badge.fury.io/js/flexion-geometry-classifier.svg)](https://badge.fury.io/js/flexion-geometry-classifier) [![Build Status](https://travis-ci.org/acao/flexion-geometry-classifier.svg?branch=master)](https://travis-ci.org/acao/flexion
A simple tool for classifying geometries
npm i -g flexion-geometry-classifier
or
yarn add global flexion-geometry-classifier
npm i -S flexion-geometry-classifier
$ geometry-cli 2.3 2.3 2.3
this triangle is an equilateral
finished in 2.34ms
The library returns a promise.
import classifier from "flexion-geometry-classifier";
classifier([2.2, 2.2, 2.2])
.then(success =>
console.log(`you have returned a ${success.geometryLabel} of type ${success.type}`)
)
.catch(message => console.error(message));
The webapp was an afterthought last night, more a proof of concept for the universal library and is not to be evaluated as a progressive web app by any means
npm run build
builds the library output.
npm run build-web
runs webpack
npm run dev
runs webpack with --watch
npm run flow
runs flow
npm run eslint
runs eslint
npm run test
will run a suite of e2e tests for the cli i wrote when it was originally just a CLI. yes, no unit tests or e2e web tests. oh well!
FAQs
[![npm version](https://badge.fury.io/js/flexion-geometry-classifier.svg)](https://badge.fury.io/js/flexion-geometry-classifier) [![Build Status](https://travis-ci.org/acao/flexion-geometry-classifier.svg?branch=master)](https://travis-ci.org/acao/flexion
The npm package flexion-geometry-classifier receives a total of 1 weekly downloads. As such, flexion-geometry-classifier popularity was classified as not popular.
We found that flexion-geometry-classifier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.