🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

sp-math

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sp-math - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"name": "sp-math",
"version": "1.0.1",
"version": "1.0.2",
"description": "Common Math Functions",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,1 +1,4 @@

const cos = require("../cos");
const sin = require("../sin");
/**

@@ -2,0 +5,0 @@ * x,y旋转后坐标计算