Socket
Socket
Sign inDemoInstall

@paypal/common-components

Package Overview
Dependencies
Maintainers
12
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paypal/common-components - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/.gitignore

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## <small>1.0.4 (2019-09-23)</small>
* Add spinnerPage component ([ab192b0](http://github.paypal.com/paypal/paypal-checkout/commit/ab192b0))
* Publish a dist folder ([b37b019](http://github.paypal.com/paypal/paypal-checkout/commit/b37b019))
## <small>1.0.3 (2019-06-11)</small>

@@ -2,0 +9,0 @@

7

package.json
{
"name": "@paypal/common-components",
"version": "1.0.3",
"version": "1.0.4",
"description": "PayPal common components, for integrating checkout products.",
"main": "index.js",
"main": "dist/ui.js",
"scripts": {

@@ -12,3 +12,3 @@ "lint": "eslint --ext .js --ext .jsx src/ test/ *.js",

"test": "npm run lint && npm run flow-typed && npm run flow && npm run karma",
"build": "npm run test",
"build": "npm run test && npm run webpack",
"release": "./scripts/publish.sh",

@@ -24,2 +24,3 @@ "release:patch": "./scripts/publish.sh patch",

"debug": "cross-env NODE_ENV=debug",
"webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress",
"eslint-find-rules": "eslint-find-rules --current .eslintrc.js --unused --plugin"

@@ -26,0 +27,0 @@ },

@@ -5,1 +5,2 @@ /* @flow */

export * from './overlay';
export * from './ui';
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