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

@power-elements/stripe-elements

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@power-elements/stripe-elements - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

breadcrumb-controller.d.ts

7

CHANGELOG.md

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

## [3.2.1](https://github.com/bennypowers/stripe-elements/compare/v3.2.0...v3.2.1) (2022-08-17)
### Bug Fixes
* add missing declaration files in build ([#92](https://github.com/bennypowers/stripe-elements/issues/92)) ([5cbc63b](https://github.com/bennypowers/stripe-elements/commit/5cbc63bbe6e6e635c3322f2b2a09aab97f8fc4a3))
# [3.2.0](https://github.com/bennypowers/stripe-elements/compare/v3.1.0...v3.2.0) (2022-06-21)

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

4

package.json
{
"name": "@power-elements/stripe-elements",
"version": "3.2.0",
"version": "3.2.1",
"description": "Web Component wrapper for stripe elements",

@@ -30,3 +30,3 @@ "type": "module",

"build": "run-p build:**",
"build:types": "tsc --emitDeclarationOnly",
"build:types": "tsc --emitDeclarationOnly && cp src/*.d.ts . && cp src/lib/*.d.ts ./lib/",
"build:esbuild": "node scripts/build.js",

@@ -33,0 +33,0 @@ "build:analyze": "cem analyze",

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