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.2 to 1.0.3

build/complex.js

13

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

@@ -11,2 +11,3 @@ "contributors": [

"Math",
"Mathematics",
"Complex Number",

@@ -29,3 +30,3 @@ "Operations",

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

@@ -39,8 +40,6 @@ },

"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"babel-eslint": "^10.1.0",
"babel-preset-minify": "^0.5.1",
"babel-loader": "^8.1.0",
"eslint": "^7.2.0",

@@ -51,4 +50,6 @@ "eslint-config-airbnb-base": "^14.2.0",

"husky": "^4.2.5",
"jest": "^26.2.2"
"jest": "^26.2.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}
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