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

q-vanilla

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

q-vanilla - npm Package Versions

3.0.0

Diff

Changelog

Source

q-vanilla v3.0.0

  • Breaking change: Drop support for node <= v10
  • Upgrade dependencies
tejp
published 2.0.0 •

Changelog

Source

q-vanilla v2.0.0

  • Breaking change: Drop support for node <= v8
  • Upgrade dependencies

Original Q Changelog

tejp
published 1.1.2 •

Changelog

Source

1.1.2

  • Removed extraneous files from the npm package by using the "files" whitelist in package.json instead of the .npmignore blacklist. (@anton-rudeshko)
tejp
published 1.1.1 •

Changelog

Source

1.1.1

  • Fix a pair of regressions in bootstrapping, one which precluded WebWorker support, and another that precluded support in <script> usage outright. #607
tejp
published 1.1.0 •

Changelog

Source

1.1.0

  • Adds support for enabling long stack traces in node.js by setting environment variable Q_DEBUG=1.
  • Introduces the tap method to promises, which will see a value pass through without alteration.
  • Use instanceof to recognize own promise instances as opposed to thenables.
  • Construct timeout errors with code === ETIMEDOUT (Kornel Lesiński)
  • More descriminant CommonJS module environment detection.
  • Dropped continuous integration for Node.js 0.6 and 0.8 because of changes to npm that preclude the use of new ^ version predicate operator in any transitive dependency.
  • Users can now override Q.nextTick.
tejp
published 1.0.0 •

Changelog

Source

1.0.0

:cake: This is all but a re-release of version 0.9, which has settled into a gentle maintenance mode and rightly deserves an official 1.0. An ambitious 2.0 release is already around the corner, but 0.9/1.0 have been distributed far and wide and demand long term support.

  • Q will now attempt to post a debug message in browsers regardless of whether window.Touch is defined. Chrome at least now has this property regardless of whether touch is supported by the underlying hardware.
  • Remove deprecation warning from promise.valueOf. The function is called by the browser in various ways so there is no way to distinguish usage that should be migrated from usage that cannot be altered.
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