@stripe/react-stripe-js
Advanced tools
Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "@stripe/react-stripe-js", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "React components for Stripe.js and Stripe Elements", | ||
@@ -12,3 +12,4 @@ "main": "dist/react-stripe.js", | ||
"scripts": { | ||
"test": "yarn run lint && yarn run lint:prettier && yarn run test:unit && yarn run typecheck", | ||
"test": "yarn run lint && yarn run lint:prettier && yarn run test:unit && yarn test:package-types && yarn run typecheck", | ||
"test:package-types": "attw --pack .", | ||
"test:unit": "jest", | ||
@@ -61,2 +62,3 @@ "lint": "eslint --max-warnings=0 '{src,examples}/**/*.{ts,tsx,js}'", | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.3", | ||
"@babel/cli": "^7.7.0", | ||
@@ -63,0 +65,0 @@ "@babel/core": "^7.7.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
495275
45