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
4
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.1.5 to 0.1.6

2

index.js

@@ -17,2 +17,3 @@ /*

const debug = require('debug');
const ayb = require('all-your-base');

@@ -37,4 +38,5 @@ const { version } = require('./package.json');

utils.debug = debug;
utils.ayb = ayb;
module.exports = utils;

3

package.json
{
"name": "@qiskit/utils",
"version": "0.1.5",
"version": "0.1.6",
"description": "Quantum Information Software utils library",

@@ -36,2 +36,3 @@ "author": {

"dependencies": {
"all-your-base": "^0.3.0",
"debug": "^3.1.0",

@@ -38,0 +39,0 @@ "lodash": "^4.17.5"

@@ -48,1 +48,7 @@ # QISKit.js OpenQASM

- `tag` (string) - The name of the file.
### `ayb`
A wrapper for [ayb](https://github.com/nerddiffer/all-your-base).
- `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