New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

paypal-checkout

Package Overview
Dependencies
Maintainers
0
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paypal-checkout - npm Package Versions

1
30

4.0.60

Diff

Changelog

Source

<small>4.0.60 (2017-04-22)</small>

  • 4.0.60 (3782fda)
  • Dist (34cdd2d)
bluepnume
published 4.0.59 •

Changelog

Source

<small>4.0.59 (2017-04-21)</small>

bluepnume
published 4.0.58 •

Changelog

Source

<small>4.0.58 (2017-04-21)</small>

bluepnume
published 4.0.57 •

Changelog

Source

<small>4.0.57 (2017-04-20)</small>

bluepnume
published 4.0.56 •

Changelog

Source

<small>4.0.56 (2017-04-20)</small>

  • 4.0.56 (4b2536e)
  • Add a v4 build without legacy support (86212d0)
  • Add flag to exclude legacy support (2f600be)
  • Add FPTI tracking (f8a3ca8)
  • Add paypal-button id (866abf2)
  • Dist (b0c57c9)
  • Dist (a8b47ca)
  • Enable feature flags for xcomponent (b421516)
  • Fix quickbuild script (68e44f1)
  • Fix svg buttons to work for all supported browsers (a58c9e4)
  • Give button hover state and aria role (95db867)
  • Kick babel plugins into loose mode (83d093e)
  • Move bridge and meta listener to legacy (56c698f)
  • Remove polyfills (c072da9)
  • Simplify child loader (1461248)
  • Upgrade beaver-logger (919d296)
  • Use raw svg code for button logos (df58673)
  • Use wordmark for pay button (d3a8e3e)
bluepnume
published 4.0.55 •

Changelog

Source

<small>4.0.55 (2017-04-14)</small>

  • 4.0.55 (682e6d6)
  • Add cross-domain-safe-weakmap to publish script (32f4d21)
  • Add data-paypal-checkout to test child scripts (23aa9df)
  • Add loglevel karma commandline option (3dabeea)
  • Add logs for remembered button (816fd3f)
  • Add pay content (1971d47)
  • Add validation demo (f0018d2)
  • Add validation for button locale (b5821d4)
  • Add validation for buttons (2c377fa)
  • Add warning for bind breaking function arrity (af15a8c)
  • Add YouTube deep-dive to readme (e68d7b8)
  • Allow publish script to take semver major/minor/patch (3890041)
  • Clean up iframe for button-in-iframe test (ccc7efe)
  • content and validations for pay with button (#293) (9076fbb), closes #293
  • Disable phantom exitOnResourceError (2e2c0e8)
  • Dist (c429908)
  • Do not comma-separate sequences for non-minified build (6b97143)
  • Do not warn about multiple legacy setup in test mode (6d954bc)
  • Enable babel caching for karma tests (fae403d)
  • Enable caching for babel-loader (50b9537)
  • Enable lightbox on parent when button returns onAuth (8f8df03)
  • Expose paypal.forceIframe for child windows to prevent frame-bust (cb23b8e)
  • Fail when memory crosses over a certain threshold (baf6ea5)
  • Fix flow errors (515ad9e)
  • Fix flow type errors (6052dbe)
  • Fix priorities of languages for each country (#279) (e654a3d), closes #279
  • Flow errors should fail the build (3a7efb1)
  • Flow type and lint fixes (d0c167d)
  • IE Compatible Header Detection (#277) (b366106), closes #277
  • IE Intranet Ineligibility Test (#283) (801bbd8), closes #283
  • Karma cleanup / fixes (fa0fe27)
  • Karma Debug (#290) (bf0850e), closes #290
  • Make demo app faster to eval code on page changes (037eff2)
  • Make logging clearer for startFlow token matching (b6774f8)
  • Only log multiple redirects for full-page redirects (45abcc7)
  • Organize checkout component templates (18c878f)
  • Populate missing keys (2a3c27f)
  • Pre-render entire button into sacrifical iframe for instant button renders (ee713b8)
  • Remove remoteRenderDomain (1ceb779)
  • Set client-side demo to use commit by default (c97810f)
  • Set logLevel to warn for tests by default (44a8ec2)
  • Support for latest xcomponent and post-robot (f011e99)
  • Update README.md (6c1f373)
  • Update README.md (fc6d07a)
  • Upgrade karma (1c59846)
  • Use babel-preset-env (2ae0fb3)
  • Use browser locale to determine button language for pre-render (01dbf03)
bluepnume
published 4.0.54 •

Changelog

Source

<small>4.0.54 (2017-03-20)</small>

  • 4.0.54 (3af979f)
  • Add DS_Store to gitignore (f46114c)
  • Build and use checkout.js once for all tests windows (324cb91)
  • Button window responsible for clicking button during tests (d260310)
  • Change testAction to object with test.action key (8615f22)
  • Disable lonely if lint rule (c2900ba)
  • Dist (ea592a6)
  • Make karma not depend on lint (265acf9)
  • Migrate to babel-plugin-istanbul from babel-plugin-coverage (fa21614)
  • Minor test cleanup and fixes (873c3f5)
  • Only give checkout.lib.js a module name (de787cb)
  • Pass down flow in test object, to selectively enable lightbox (2a76920)
  • Prevent minifying on all files (#268) (8a5aa36), closes #268
  • Prevent uglify warnings (43a111d)
  • Render iFrame if Firefox Mobile is detected (#269) (c6c9573), closes #269
  • Use correct ES6 semantics and enable tree-shaking (b3ca908)
  • Webpack 2 (#267) (2eafd55), closes #267
bluepnume
published 4.0.53 •

Changelog

Source

<small>4.0.53 (2017-03-16)</small>

bluepnume
published 4.0.52 •

Changelog

Source

<small>4.0.52 (2017-03-15)</small>

  • 4.0.52 (7497f23)
  • Add checkout.child.loader.js to load the correct version of checkout.js on a child window (b01833a)
  • Add parent template for button to enforce minimum width (6790419)
  • Allow setting different base-url for demo app (495265f)
  • Always refer to popup bridge as popupBridge rather than just bridge (e3a84ee)
  • Better validation around payment prop (5f117c2)
  • Cache-bust for retried child loader (6d3e593)
  • Credit Button Demo (#261) (abbcc62), closes #261
  • Dist (0157ae5)
  • Dist (2c3d8f5)
  • Do all validation inline in props (c1c1df0)
  • Exclude .idea universally in gitignore (509c392)
  • Make typecheck task depend on lint (77f088c)
  • Reduce timeout for running tests locally (0b9ea52)
  • Remove build.sh (42d7b0a)
  • Remove renderPopupTo hack (b36adf2)
  • Revert "fix(Logger): Point client-side logs at /xoplatform/logger, not /webapps/hermes (#237)" (ca5e395), closes #237
  • Run tests in parent window (and maybe speed up on travis?) (7d7a922)
  • Use postBridge to refer to postRobot bridge (b66ce11)
  • Use rsync for quickbuild script (633dd4c)
bluepnume
published 4.0.51 •

Changelog

Source

<small>4.0.51 (2017-03-09)</small>

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