Socket
Socket
Sign inDemoInstall

@stdlib/complex-float64

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/complex-float64 - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

SECURITY.md

2

dist/index.js

@@ -6,5 +6,5 @@ "use strict";var o=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var s=o(function(S,n){

});var h=o(function(q,f){
var l=require('@stdlib/assert-is-number/dist').isPrimitive,m=require('@stdlib/utils-define-property/dist'),i=require('@stdlib/utils-define-nonenumerable-read-only-property/dist'),p=require('@stdlib/error-tools-fmtprodmsg/dist'),b=s(),y=a();function t(e,r){if(!(this instanceof t))throw new TypeError(format('0Gr0G'));if(!l(e))throw new TypeError(p('0Gr3e',e));if(!l(r))throw new TypeError(p('0Gr3f',r));return m(this,"re",{configurable:!1,enumerable:!0,writable:!1,value:e}),m(this,"im",{configurable:!1,enumerable:!0,writable:!1,value:r}),this}i(t,"BYTES_PER_ELEMENT",8);i(t.prototype,"BYTES_PER_ELEMENT",8);i(t.prototype,"byteLength",16);i(t.prototype,"toString",b);i(t.prototype,"toJSON",y);f.exports=t
var l=require('@stdlib/assert-is-number/dist').isPrimitive,m=require('@stdlib/utils-define-property/dist'),i=require('@stdlib/utils-define-nonenumerable-read-only-property/dist'),p=require('@stdlib/error-tools-fmtprodmsg/dist'),b=s(),y=a();function t(e,r){if(!(this instanceof t))throw new TypeError(p('0Gr0G'));if(!l(e))throw new TypeError(p('0Gr3e',e));if(!l(r))throw new TypeError(p('0Gr3f',r));return m(this,"re",{configurable:!1,enumerable:!0,writable:!1,value:e}),m(this,"im",{configurable:!1,enumerable:!0,writable:!1,value:r}),this}i(t,"BYTES_PER_ELEMENT",8);i(t.prototype,"BYTES_PER_ELEMENT",8);i(t.prototype,"byteLength",16);i(t.prototype,"toString",b);i(t.prototype,"toJSON",y);f.exports=t
});var E=h();module.exports=E;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map
{
"name": "@stdlib/complex-float64",
"version": "0.1.1",
"version": "0.2.0",
"description": "128-bit complex number.",

@@ -42,8 +42,8 @@ "license": "Apache-2.0",

"dependencies": {
"@stdlib/assert-is-number": "^0.1.1",
"@stdlib/complex-float32": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
"@stdlib/utils-define-property": "^0.1.1",
"@stdlib/utils-library-manifest": "^0.1.1",
"@stdlib/assert-is-number": "^0.2.0",
"@stdlib/complex-float32": "^0.2.0",
"@stdlib/string-format": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
"@stdlib/utils-define-property": "^0.2.0",
"@stdlib/utils-library-manifest": "^0.2.0",
"@stdlib/error-tools-fmtprodmsg": "^0.1.1"

@@ -53,3 +53,2 @@ },

"@stdlib/assert-has-own-property": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.1",

@@ -59,3 +58,5 @@ "@stdlib/random-base-randu": "^0.1.0",

"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.1.2",
"@stdlib/bench": "^0.3.1"
},

@@ -62,0 +63,0 @@ "engines": {

@@ -635,3 +635,3 @@ <!--

Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

@@ -649,4 +649,4 @@ </section>

[test-image]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml/badge.svg?branch=v0.1.1
[test-url]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml?query=branch:v0.1.1
[test-image]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/complex-float64/actions/workflows/test.yml?query=branch:v0.2.0

@@ -674,4 +674,7 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float64/main.svg

[deno-url]: https://github.com/stdlib-js/complex-float64/tree/deno
[deno-readme]: https://github.com/stdlib-js/complex-float64/blob/deno/README.md
[umd-url]: https://github.com/stdlib-js/complex-float64/tree/umd
[umd-readme]: https://github.com/stdlib-js/complex-float64/blob/umd/README.md
[esm-url]: https://github.com/stdlib-js/complex-float64/tree/esm
[esm-readme]: https://github.com/stdlib-js/complex-float64/blob/esm/README.md
[branches-url]: https://github.com/stdlib-js/complex-float64/blob/main/branches.md

@@ -678,0 +681,0 @@

Sorry, the diff of this file is not supported yet

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