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

@endpass/utils

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endpass/utils - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

lib/asyncCheckProperty.js

@@ -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"
}
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