Socket
Socket
Sign inDemoInstall

@metamask/sdk-install-modal-web

Package Overview
Dependencies
Maintainers
12
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/sdk-install-modal-web - npm Package Compare versions

Comparing version 0.15.0 to 0.16.0

dist/cjs/index.css

11

CHANGELOG.md

@@ -9,4 +9,10 @@ # Changelog

## [0.16.0]
### Added
- feat: activate sourcemap support in all packages and resolve issues ([#730](https://github.com/MetaMask/metamask-sdk/pull/730))
- chore: reduce the bundle size ([#725](https://github.com/MetaMask/metamask-sdk/pull/725))
- feat: sdk bundle size opt methodology ([#722](https://github.com/MetaMask/metamask-sdk/pull/722))
## [0.15.0]
### Uncategorized
### Added
- chore: sourcemaps ([#687](https://github.com/MetaMask/metamask-sdk/pull/687))

@@ -98,3 +104,4 @@ - Revert "Release 48.0.0" ([#686](https://github.com/MetaMask/metamask-sdk/pull/686))

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.15.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.16.0...HEAD
[0.16.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.15.0...@metamask/sdk-install-modal-web@0.16.0
[0.15.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.14.1...@metamask/sdk-install-modal-web@0.15.0

@@ -101,0 +108,0 @@ [0.14.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.13.0...@metamask/sdk-install-modal-web@0.14.1

11

dist/cjs/src/WidgetWrapper.d.ts

@@ -1,6 +0,7 @@

/// <reference types="react" />
export declare const WidgetWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
import React from 'react';
import './resetStyles.css';
export declare const WidgetWrapper: ({ children, className, }: {
children: React.ReactNode;
className: string;
}) => React.JSX.Element;
//# sourceMappingURL=WidgetWrapper.d.ts.map

@@ -1,6 +0,7 @@

/// <reference types="react" />
export declare const WidgetWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
import React from 'react';
import './resetStyles.css';
export declare const WidgetWrapper: ({ children, className, }: {
children: React.ReactNode;
className: string;
}) => React.JSX.Element;
//# sourceMappingURL=WidgetWrapper.d.ts.map

@@ -1,6 +0,7 @@

/// <reference types="react" />
export declare const WidgetWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
import React from 'react';
import './resetStyles.css';
export declare const WidgetWrapper: ({ children, className, }: {
children: React.ReactNode;
className: string;
}) => React.JSX.Element;
//# sourceMappingURL=WidgetWrapper.d.ts.map
{
"name": "@metamask/sdk-install-modal-web",
"version": "0.15.0",
"version": "0.16.0",
"description": "MetaMask SDK Install Modal for Web",

@@ -30,2 +30,3 @@ "homepage": "https://github.com/MetaMask/metamask-sdk#readme",

"build:pre-tsc": "echo 'N/A'",
"size": "size-limit",
"build:release": "yarn version && webpack-cli --mode production",

@@ -49,12 +50,5 @@ "clean": "rimraf ./dist",

"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"i18next": "22.5.1",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2"
"qr-code-styling": "^1.6.0-rc.1"
},
"devDependencies": {
"@emotion/core": "10.1.1",
"@lavamoat/allow-scripts": "^2.3.1",

@@ -66,2 +60,3 @@ "@metamask/auto-changelog": "3.1.0",

"@rollup/plugin-typescript": "^11.1.1",
"@size-limit/preset-big-lib": "^11.0.2",
"@types/prettier": "^2",

@@ -80,10 +75,37 @@ "@types/react": "^18.2.37",

"eslint-plugin-react": "^7.32.2",
"i18next": "22.5.1",
"jest": "^29.6.4",
"postcss": "^8.4.35",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"rimraf": "^5.0.0",
"rollup": "^3.21.7",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sizes": "^1.0.6",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^5.12.0",
"size-limit": "^11.0.2",
"typescript": "^5.0.2"
},
"peerDependencies": {
"i18next": "22.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.2",
"react-native": "*"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
},
"publishConfig": {

@@ -90,0 +112,0 @@ "access": "public",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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