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

rsvp

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsvp - npm Package Versions

1
6

3.0.13

Diff

Changelog

Source

3.0.13

  • [Bugfix] fix RSVP.hash RSVP.hashSettled in runtimes < es5 by fixing a broken Object.create polyfil #286
  • [Enhancement] cleanup & improve test related build tooling #288
fivetanley
published 3.0.14 •

Changelog

Source

3.0.14

  • Instrumentation with stack is now opt-in
  • improve cost of instrumentation by up to 15x in chrome
  • reduce AST size
  • last vertex related touch-ups.
  • Add vert.x compatibility.
  • [fixes #296] for define.amd and module.exports to no minify
  • [fixes #292] ensure the deferred's api doesn't break when minified
  • ignore some files for npm
  • Add 'finally' to readme
  • Use browserify assert instead of vendoring one
  • Use mocha and json3 from npm, not bower
  • Remove unused json2 file
  • upgrade build tooling
  • improve performance of instrumentation (also add seperate flag to include "stack" with instrumentation as it is unfortunately slow)
  • ensure minified RSVP.defer() maintains known external API #293
  • add finally to the readme
  • improve usage of browserify for promise/a+ tests
  • add wasteful files to gitignore
  • add vert.x compatibility
fivetanley
published 3.0.12 •

Changelog

Source

3.0.12

  • [Bugfix] fix regression in denodeify that broke foreign thenables as arguments to denodeifed functions #281
stefanpenner
published 3.0.9 •

Changelog

Source

3.0.9

  • [Bugfix] no longer include promise-aplus tests as a production dependency
  • [Enhancement] fast then path for both rejection/fulfilment 0d252
  • [Enhancement] short-cut for faster then chaining in specific scenarios #256
stefanpenner
published 3.0.8 •

Changelog

Source

3.0.8

  • [Bugfix] custom onerror handler, for potentially unhandled errors would report unhandled errors in some incorrect scenarios. #255
stefanpenner
published 3.0.7 •

Changelog

Source

3.0.7

  • improve tests in some older es5+ browsers
  • [Bugfix] denodeify should not use console for deprecation warning unless console is defined
  • [Enhancement] instrumentation should emit out-of-band. This should improve ember-extension performance
  • [Bugfix] race should not be susceptible to zalgo
  • [Perf] PromiseEnumerator increase performance of all enumerable methods all/allSettled/hash/hasSettled -> https://gist.github.com/stefanpenner/26465d5848f2924e2aca
  • [Docfix] Fix small documentation inconsistency
  • [Perf] an internal promise shouldn't bother validating this and resolver
  • [Perf] flatten asap’s QUEUE structure
  • [Perf] Reduce Constructor AST size.
  • [Perf] some versions of v8, think keep marking these functions to be optimized. This hints to them not to be.
  • [Perf] accidental resolve step, that merely needed to be a fulfill
  • [Perf/Enhancement] simplify publishing
  • [Spec ADdition]add spec test “Ensure then is always called with a clean stack.” ensure RSVP passes future a+ spec
  • [Bugfix] web worker support
  • [Docfix] Add a param name to make yuidoc happy
  • [Enhancement] simplify async vs sync pub/sub code-paths
  • [Bugfix] Passed the label through to the Promise object, as expected
  • [Docfix] missing Parentheses on promise example in documentation
  • [License] Add Stefan Penner to license
  • [Docfix] document var promises in filter.js
fivetanley
published 3.0.6 •

Changelog

Source

3.0.3 -> 3.0.6 (missing changelog)

  • Changes to RSVP.denodeify: Behaviour for multiple success callback parameters has been improved and the denodefied function now inherits from the original node function.
stefanpenner
published 3.0.4 •

stefanpenner
published 3.0.3 •

Changelog

Source

3.0.3 -> 3.0.6 (missing changelog)

  • Changes to RSVP.denodeify: Behaviour for multiple success callback parameters has been improved and the denodefied function now inherits from the original node function.
stefanpenner
published 3.0.2 •

Changelog

Source

3.0.2

  • [Spec compliance] Promise.all and Promise.race should reject, not throw on invalid input
  • Add RSVP.allSettled
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