Socket
Socket
Sign inDemoInstall

tote-lib

Package Overview
Dependencies
6
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

dist/index.d.ts

@@ -1,4 +0,2 @@

import * as joi from '@hapi/joi';
export { joi };
export { default as Exception } from './exception';
export { default as Func } from './func';

3

dist/index.js

@@ -7,4 +7,4 @@ 'use strict';

var get = _interopDefault(require('lodash.get'));
var joi = require('@hapi/joi');
var get = _interopDefault(require('lodash.get'));

@@ -175,4 +175,3 @@ /*! *****************************************************************************

exports.joi = joi;
exports.Exception = Exception;
exports.Func = Func;
{
"name": "tote-lib",
"license": "MIT",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",

@@ -10,7 +10,7 @@ "scripts": {

"dependencies": {
"@hapi/joi": "^15.0.3",
"fs-extra": "^8.0.1",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2"
"lodash.get": "^4.4.2"
},
"peerDependencies": {
"@hapi/joi": "^15.0.3"
},
"devDependencies": {

@@ -21,3 +21,3 @@ "@azure/functions": "^1.0.3",

"@types/lodash.get": "^4.4.6",
"@types/lodash.set": "^4.3.6",
"fs-extra": "^8.0.1",
"husky": "^2.4.1",

@@ -24,0 +24,0 @@ "prettier": "^1.18.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc