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

@aryth/math

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryth/math - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

0

dist/index.cjs.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ const abs = n => n < 0 ? 0 - n : n;

4

package.json
{
"name": "@aryth/math",
"version": "0.2.2",
"version": "0.2.3",
"description": "A math util library",

@@ -32,3 +32,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "7a2684eaebd940363829202fe90aabad717f0727"
"gitHead": "1c117a6d55cbb78d5b2b775eed418b60a930bc6f"
}

@@ -0,0 +0,0 @@ # @aryth/math

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