Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@qiskit/devs-js

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiskit/devs-js - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

2

index.js

@@ -12,2 +12,4 @@ /**

require('module-alias/register');
const utils = require('@qiskit/utils');

@@ -14,0 +16,0 @@

6

lib/factor.js

@@ -17,4 +17,6 @@ /**

const jsqubits = require('jsqubits/lib/jsqubits');
const jsqubitsmath = require('jsqubits/lib/jsqubitsmath');
/* eslint-disable import/no-unresolved */
const jsqubits = require('@jsqubitslib/jsqubits');
const jsqubitsmath = require('@jsqubitslib/jsqubitsmath');
/* eslint-enable import/no-unresolved */
const utils = require('./utils');

@@ -21,0 +23,0 @@

{
"name": "@qiskit/devs-js",
"version": "0.5.0",
"version": "0.6.0",
"description": "Pure JavaScript engine for Qiskit for developers",

@@ -18,3 +18,3 @@ "author": {

"scripts": {
"dep-check": "depcheck",
"dep-check": "depcheck --skip-missing=true",
"test": "mocha --recursive test --timeout 20000 --color"

@@ -36,8 +36,9 @@ },

"dependencies": {
"@qiskit/utils": "^0.5.0",
"jsqubits": "^1.0.0"
"@qiskit/utils": "^0.6.0",
"depcheck": "^0.7.2",
"jsqubits": "^1.0.0",
"module-alias": "^2.2.0"
},
"engines": {
"node": ">=8",
"npm": ">=5"
"node": ">=10"
},

@@ -48,3 +49,6 @@ "license": "Apache-2.0",

},
"gitHead": "0b018b2ef9f6722c56ee51deaa3c5d857ab74518"
"_moduleAliases": {
"@jsqubitslib": "node_modules/jsqubits/lib"
},
"gitHead": "bed087ac165950d94483e9d890321041de496b34"
}
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