New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

complex13

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex13 - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

2

package.json
{
"name": "complex13",
"version": "1.0.13",
"version": "1.0.14",
"description": "A module is designed for computimg complex number.",

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

@@ -23,9 +23,4 @@ complex13 -- A module is designed for computing complex number.

console.log("a.div(b)=%s", a.div(b));
console.log("x=%s", x);
console.log("y=%s", y);
console.log("x.add(y)=%s", x.add(y));
console.log("x.sub(y)=%s", x.sub(y));
console.log("x.mul(y)=%s", x.mul(y));
console.log("x.div(y)=%s", x.div(y));
```
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