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

@endpass/utils

Package Overview
Dependencies
Maintainers
6
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.5.0 to 1.6.1

e2e.js

10

index.js
'use strict';
// Test utilities
var e2e = require('./test/e2e');
module.exports.test = {
e2e: e2e
}; // Plain utilities
module.exports.arrays = require('./arrays');

@@ -11,2 +18,3 @@ module.exports.asyncCheckProperty = require('./asyncCheckProperty');

module.exports.objects = require('./objects');
module.exports.strings = require('./strings'); // module.exports.build = require('./build'); // noo need in client, only for build
module.exports.strings = require('./strings');
module.exports.serviceWorkers = require('./serviceWorkers'); // module.exports.build = require('./build'); // noo need in client, only for build

8

package.json
{
"name": "@endpass/utils",
"version": "1.5.0",
"version": "1.6.1",
"description": "Utils and helper functions",

@@ -65,3 +65,3 @@ "author": "Endpass, Inc",

"eslint-plugin-prettier": "^3.0.1",
"find": "^0.3.0",
"fast-glob": "^2.2.7",
"husky": "^1.3.1",

@@ -72,6 +72,6 @@ "jest": "^24.5.0",

"rimraf": "^2.6.3",
"rollup": "^1.7.3",
"rollup": "^1.14.3",
"rollup-plugin-alias": "^1.5.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-copy": "^0.2.3"
"rollup-plugin-copy": "^2.0.1"
},

@@ -78,0 +78,0 @@ "publishConfig": {

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