You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@1inch/solidity-utils

Package Overview
Dependencies
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1inch/solidity-utils - npm Package Compare versions

Comparing version

to
1.2.1

.eslintignore

0

js/asserts.js

@@ -0,0 +0,0 @@ const { expect } = require('chai');

@@ -0,0 +0,0 @@ const { promisify } = require('util');

@@ -0,0 +0,0 @@ const { constants, time } = require('@openzeppelin/test-helpers');

4

package.json
{
"name": "@1inch/solidity-utils",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",

@@ -40,3 +40,3 @@ "repository": {

"scripts": {
"build": "rimraf ./dist && mkdir dist && shx cp -R js ./dist/js && shx cp -R utils ./dist/utils && shx cp package.json ./dist",
"build": "rimraf ./dist && mkdir dist && shx cp -R js ./dist/js && shx cp -R utils ./dist/utils && shx cp package.json ./dist && cp -R ./contracts ./dist/contracts",
"coverage": "hardhat coverage",

@@ -43,0 +43,0 @@ "lint": "yarn run lint:js && yarn run lint:sol",

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ module.exports = {

Sorry, the diff of this file is not supported yet