@endpass/utils
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -1,2 +0,3 @@ | ||
import { get, identity } from 'lodash'; | ||
const get = require('lodash.get'); | ||
const identity = require('lodash.identity'); | ||
@@ -3,0 +4,0 @@ export const asyncCheckProperty = ( |
@@ -1,3 +0,3 @@ | ||
import dayjs from 'dayjs'; | ||
import relativeTime from 'dayjs/plugin/relativeTime'; | ||
const dayjs = require('dayjs'); | ||
const relativeTime = require('dayjs/plugin/relativeTime'); | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,5 +0,5 @@ | ||
import keythereum from 'keythereum'; | ||
import bs58check from 'bs58check'; | ||
import EthWallet from 'ethereumjs-wallet'; | ||
import HDKey from 'ethereumjs-wallet/hdkey'; | ||
const keythereum = require('keythereum'); | ||
const bs58check = require('bs58check'); | ||
const EthWallet = require('ethereumjs-wallet'); | ||
const HDKey = require('ethereumjs-wallet/hdkey'); | ||
@@ -6,0 +6,0 @@ // Monkey patch keythereum to skip generating address for private keys |
@@ -1,2 +0,2 @@ | ||
import { get } from 'lodash'; | ||
const get = require('lodash.get'); | ||
@@ -3,0 +3,0 @@ export const merge = (...obj) => |
@@ -1,3 +0,3 @@ | ||
import { kebabCase } from 'lodash'; | ||
import { getFrom } from './objects'; | ||
const getFrom = require('./objects'); | ||
const kebabCase = require('lodash.kebabCase'); | ||
@@ -4,0 +4,0 @@ function convertDirectivesToAttrs(directives) { |
{ | ||
"name": "@endpass/utils", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Utilis and helper functions", | ||
@@ -44,3 +44,3 @@ "author": "Endpass, Inc", | ||
}, | ||
"gitHead": "26f833b90b38c8fbc33b7dd0d81f6de10af8147c" | ||
"gitHead": "b995244018d23f65380dc532216318d97521afd2" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9558
288