Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thirdweb-dev/dynamic-contracts

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thirdweb-dev/dynamic-contracts - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "@thirdweb-dev/dynamic-contracts",
"description": "Architectural pattern for writing dynamic smart contracts in Solidity",
"version": "1.2.3",
"version": "1.2.4",
"main": "index.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -128,3 +128,3 @@ # ERC-7504: Dynamic Contracts standard.

/// @dev Returns whether all relevant permission checks are met before any upgrade.
function isAuthorizedCallToUpgrade() internal view virtual override returns (bool) {
function _isAuthorizedCallToUpgrade() internal view virtual override returns (bool) {
return msg.sender == deployer;

@@ -357,3 +357,3 @@ }

```solidity
function isAuthorizedCallToUpgrade() internal view virtual returns (bool);
function _isAuthorizedCallToUpgrade() internal view virtual returns (bool);
```

@@ -667,3 +667,3 @@

```solidity
function isAuthorizedCallToUpgrade() internal view virtual returns (bool);
function _isAuthorizedCallToUpgrade() internal view virtual returns (bool);
```

@@ -683,3 +683,3 @@

```solidity
function isAuthorizedCallToUpgrade() internal view virtual returns (bool);
function _isAuthorizedCallToUpgrade() internal view virtual returns (bool);
```

@@ -686,0 +686,0 @@

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

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

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

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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