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

@twa-dev/sdk

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twa-dev/sdk - npm Package Compare versions

Comparing version 7.10.0-beta.1 to 7.10.0-beta.2

2

dist/react/BottomBar/BottomBar.d.ts

@@ -5,2 +5,2 @@ import { ReactNode } from "react";

children?: ReactNode;
}) => string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactFragment | import("react").ReactPortal | null;
}) => import("react/jsx-runtime").JSX.Element;

@@ -5,2 +5,3 @@ "use strict";

exports.BottomBar = void 0;
var jsx_runtime_1 = require("react/jsx-runtime");
var react_1 = require("react");

@@ -19,5 +20,5 @@ var sdk_1 = require("../../sdk");

}, []);
return children;
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: children });
};
exports.BottomBar = BottomBar;
//# sourceMappingURL=BottomBar.js.map
{
"name": "@twa-dev/sdk",
"version": "7.10.0-beta.1",
"version": "7.10.0-beta.2",
"main": "dist/index.js",

@@ -38,3 +38,3 @@ "sideEffects": [

"devDependencies": {
"@types/react": "^18.0.19",
"@types/react": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^5.33.0",

@@ -46,3 +46,3 @@ "@typescript-eslint/parser": "^5.33.0",

"prettier": "^2.7.1",
"react": "^18.2.0",
"react": "^18.3.1",
"typescript": "^4.7.4"

@@ -58,4 +58,4 @@ },

"peerDependencies": {
"react": ">=16.0.0"
"react": "^18.3.1"
}
}

Sorry, the diff of this file is not supported yet

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