Socket
Socket
Sign inDemoInstall

@rayyamhk/complex

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

lib/core/acos.js

18

package.json
{
"name": "@rayyamhk/complex",
"version": "1.0.5",
"version": "1.0.6",
"author": "Ray Yam",

@@ -18,9 +18,9 @@ "contributors": [

],
"homepage": "https://github.com/ryamhk/Complex.js",
"homepage": "https://github.com/rayyamhk/Complex.js",
"bugs": {
"url": "https://github.com/ryamhk/Complex.js/issues"
"url": "https://github.com/rayyamhk/Complex.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ryamhk/Complex.js.git"
"url": "https://github.com/rayyamhk/Complex.js.git"
},

@@ -30,4 +30,4 @@ "license": "MIT",

"scripts": {
"build": "npm run test && webpack",
"test": "eslint && jest --testPathPattern=lib/tests"
"build": "npm run test && babel src --out-dir lib --ignore src/**/*.test.js",
"test": "eslint && jest --testPathPattern=src/tests"
},

@@ -40,2 +40,3 @@ "husky": {

"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",

@@ -47,9 +48,6 @@ "@babel/preset-env": "^7.11.0",

"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"husky": "^4.2.5",
"jest": "^26.2.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
"jest": "^26.2.2"
}
}

@@ -142,3 +142,3 @@ # Complex.js

```
@return { Number } - Returns the argument of the complex number
@return { Number } - Returns the argument of the complex number from the interval [0, 2π)
```

@@ -322,3 +322,2 @@ Note that the argument of the complex number is the angle between positive real-axis and the vector representing the complex number on complex plane.

- Adding new features
- Adding more meaningful test cases
- Improving performance

@@ -333,1 +332,3 @@ - Improving code style of this library

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc