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.3 to 0.1.5

4

index.js

@@ -15,7 +15,4 @@ /*

// Lodash as base. TODO: Maybe not needed anymore.
const utils = require('lodash');
const debug = require('debug');
// TODO: Use the native one.
const promisify = require('es6-promisify');

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

utils.debug = debug;
utils.promisify = promisify;
module.exports = utils;

13

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

@@ -18,5 +18,4 @@ "author": {

"scripts": {
"dep-check": "npm-check",
"dep-check": "depcheck",
"dep-sec": "nsp check",
"dep-fix": "npm-check -u",
"test": "mocha --recursive test"

@@ -39,4 +38,3 @@ },

"debug": "^3.1.0",
"es6-promisify": "^5.0.0",
"lodash": "^4.17.4"
"lodash": "^4.17.5"
},

@@ -47,6 +45,3 @@ "engines": {

},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}
"license": "Apache-2.0"
}
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