Socket
Socket
Sign inDemoInstall

solidity-bytes-utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solidity-bytes-utils - npm Package Compare versions

Comparing version 0.1.2 to 0.8.0

2

package.json
{
"name": "solidity-bytes-utils",
"version": "0.1.2",
"version": "0.8.0",
"description": "Solidity bytes tightly packed arrays utility library.",

@@ -5,0 +5,0 @@ "main": "truffle.js",

@@ -5,7 +5,7 @@ ![Codeship Status for GNSPS/solidity-bytes-utils](https://app.codeship.com/projects/45b97080-bc0c-0135-fb75-76c2fb8e249b/status?branch=master)

Bytes tightly packed arrays utility library for ethereum contracts written in Solidity.
Bytes tightly packed arrays' utility library for ethereum contracts written in Solidity.
The library lets you concatenate, slice and type cast bytes arrays both in memory and storage.
Given this library has an all-internal collection of methods it doesn't make sense having it reside in the mainnet. Instead it will only be available in EPM as an installable package.
Given this library has an all-internal collection of methods it doesn't make sense to have it reside in the mainnet. Instead it will only be available on EPM as an installable package.

@@ -38,2 +38,13 @@ ## Important Fixes Changelog

* Starting from version `v0.8.0` the versioning will change to follow compatible Solidity's compiler versions.
This means that now the library will only compile on Solidity versions `>=0.8.0` so, if you need `<0.8.0` support for your project just use `v0.1.2` of the library with:
```
$ truffle install bytes@0.8.0
```
or
```
$ npm install solidity-bytes-utils@0.8.0
```
* Version `v0.1.2` has a major bug fix.

@@ -40,0 +51,0 @@

@@ -46,5 +46,5 @@ const HDWalletProvider = require('@truffle/hdwallet-provider')

solc: {
version: "0.6.10", // A version or constraint - Ex. "^0.5.0"
version: "0.8.3", // A version or constraint - Ex. "^0.5.0"
}
}
};

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