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.4 to 1.0.5

8

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

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

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

@@ -27,0 +27,0 @@ "license": "MIT",

@@ -8,2 +8,4 @@ # Complex.js

- Easy to use
- No dependencies
- 1000+ Test cases
- No INFINITY!!

@@ -26,2 +28,16 @@

## Build
```
npm install
npm run build
```
It creates a production version in `/build`
## Test
```
npm install
npm run test
```
It runs all tests in `/lib/tests`
## API

@@ -302,16 +318,2 @@ - [constructor](#constructorre-im)

## Build
```
npm install
npm run build
```
It builds the minified version in `/build`
## Test
```
npm install
npm run test
```
It runs all tests in `/lib/tests`
## How to contribute

@@ -318,0 +320,0 @@ You are welcome to contribute by:

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