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

rsvp

Package Overview
Dependencies
Maintainers
1
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.2.1

Diff

Changelog

Source

3.2.1

  • reject instead of throwing
stefanpenner
published 3.2.0 •

Changelog

Source

3.2.0

  • add tamper protection - then / resolve tampering should avoid fast-paths the rely on those being predictable
  • improve performance of Enumerator operating on non-promise objects
  • Ensure the promise constructor continues to get inlined.
stefanpenner
published 3.1.0 •

Changelog

Source

3.1.0

  • RSVP.on('error', function(reason, label) { ... } now also provides the rejected promises label.
stefanpenner
published 3.0.21 •

Changelog

Source

3.0.21

  • actually don't publish built tests to npm
stefanpenner
published 3.0.20 •

Changelog

Source

3.0.20

  • correctly publish bower & npm
stefanpenner
published 3.0.19 •

Changelog

Source

3.0.19

  • don't publish built tests to npm
stefanpenner
published 3.0.18 •

Changelog

Source

3.0.18

  • issue with phantomjs 2.0 on travis. I have lost patience..
  • test on iojs and node 0.12
  • bump ember-cli
  • Support objects not inheriting from Object.prototype in RSVP.hash()
fivetanley
published 3.0.17 •

Changelog

Source

3.0.17

  • Added browser field to fix browserification
  • Fix stripping source map
  • Fix duplicate imports
  • Remove unused loader.js dependency
  • Add the ember-cli dependency checker
  • Remove the duplicate build script
  • Remove the static middleware
  • add npm run build:production
  • browserify extern not needed
  • also add lib for those es6 peeps
  • enusre only dist is included in publishes
  • strip source maps for now.
  • copy correct tree into test
  • prefer start to server
  • use git-repo-version
  • ah, prod builds used rename correctly.
  • remove rename, prefer mv for this scenario
  • prepend license
  • Revert "node 0.10.x doesn’t like this. Its not really needed just run npm run test or npm run test:ci"
  • node 0.10.x doesn’t like this. Its not really needed just run npm run test or npm run test:ci
  • move stuff around + bump to broccoli-stew 0.0.3
  • bump broccoli-stew which now supports globs
  • Problem with path for vertx.js.
fivetanley
published 3.0.16 •

Changelog

Source

3.0.16

  • use more supported version of export default
  • more broccoli fun
  • remove accidentally imported map file
  • test non-minified (we can add a flag to test minified next)
  • [BUGFIX release] Replace closure compiler
fivetanley
published 3.0.15 •

Changelog

Source

3.0.15

  • Added Node 0.11 to travis ci test runner
  • Replaced deprecated process.nextTick with setImmediate
  • Ember test and npm run test:node passing
  • (origin/upgrade-tooling) upgrade tooling
  • Fix onerror test
  • [fixes #322] don't inform instrumentation of errors until the current turn is complete.
  • Follow thenable state not own state
  • Correct minor spelling error in defer doc example
  • Set [[AlreadyResolved]] as soon as resolve is called
  • Finally should correctly trigger on('error')
  • [fixes #294] finally work correctly with on(‘error’)
  • Use git-repo-version to calculate build signature
  • yay the new transpiler supports this now!!!
  • Use the latest version of the transpiler
  • add subclassing tests to finally
  • extern event emitter stuff
  • [fixes #309] some more externs
  • ensure those select few using node with minified JS don't have an issue
  • [fixes #302] use @calvinmetcalf’s promises-aplus-tests-phantom
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