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

@qiskit/utils

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiskit/utils - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

6

index.js
/**
* @license
*
* Copyright (c) 2017-present, IBM Research.
* Copyright (c) 2017, IBM.
*
* This source code is licensed under the Apache license found in the
* LICENSE.txt file in the root directory of this source tree.
* This source code is licensed under the Apache License, Version 2.0 found in
* the LICENSE.txt file in the root directory of this source tree.
*/

@@ -9,0 +9,0 @@

/**
* @license
*
* Copyright (c) 2017-present, IBM Research.
* Copyright (c) 2017, IBM.
*
* This source code is licensed under the Apache license found in the
* LICENSE.txt file in the root directory of this source tree.
* This source code is licensed under the Apache License, Version 2.0 found in
* the LICENSE.txt file in the root directory of this source tree.
*/

@@ -9,0 +9,0 @@

{
"name": "@qiskit/utils",
"version": "0.3.0",
"description": "Quantum Information Software utils library",
"version": "0.4.0",
"description": "Quantum Information Science Kit utils library",
"author": {

@@ -9,13 +9,13 @@ "name": "IBM RESEARCH",

},
"homepage": "https://github.com/QISKit/qiskit-sdk-js",
"homepage": "https://github.com/Qiskit/qiskit-js",
"contributors": [
"https://github.com/QISKit/qiskit-sdk-js/graphs/contributors"
"https://github.com/Qiskit/qiskit-js/graphs/contributors"
],
"repository": {
"type": "git",
"url": "https://github.com/QISKit/qiskit-sdk-js"
"url": "https://github.com/Qiskit/qiskit-js"
},
"scripts": {
"dep-check": "depcheck",
"test": "mocha --recursive test"
"test": "mocha --recursive test --color"
},

@@ -33,3 +33,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/QISKit/qiskit-sdk-js/issues"
"url": "https://github.com/Qiskit/qiskit-js/issues"
},

@@ -36,0 +36,0 @@ "dependencies": {

@@ -1,6 +0,6 @@

# QISKit.js OpenQASM
# Qiskit.js utils
:atom_symbol: Quantum Information Software Kit utils library, shared among the rest of the qiskit-* packages.
:atom_symbol: Quantum Information Science Kit utils library, shared among the rest of the qiskit-\* packages.
Please visit the [main repository](https://github.com/QISKit/qiskit-sdk-js) of the project to know about the rest of the tools.
Please visit the [main repository](https://github.com/Qiskit/qiskit-js) of the project to know about the rest of the tools.

@@ -34,3 +34,3 @@ ## Install

- `version` (string) - Version number.
* `version` (string) - Version number.

@@ -41,3 +41,3 @@ ### `debug`

- `debug` (object) - The same object provided in the original library.
* `debug` (object) - The same object provided in the original library.

@@ -48,4 +48,4 @@ ### `pathToTag(fullPath) -> tag`

- `fullPath` (string) - The full path of the file we're debugging.
- `tag` (string) - The name of the file.
* `fullPath` (string) - The full path of the file we're debugging.
* `tag` (string) - The name of the file.

@@ -56,2 +56,2 @@ ### `ayb`

- `ayb` (object) - The same object provided in the original library.
* `ayb` (object) - The same object provided in the original library.
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