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.0.10 to 1.0.11

4

package.json
{
"name": "@endpass/utils",
"version": "1.0.10",
"version": "1.0.11",
"description": "Utilis and helper functions",

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

},
"gitHead": "8666fff7f788742d6f9fe212490a4e5f80c43dd3"
"gitHead": "891e523397e0e56dab6127917f0b11dde807ae49"
}

@@ -114,2 +114,4 @@ const objects = require(__dirname + '/objects');

module.exports.generateStubs = (Component) => {
console.warn('generateStubs is deprecated utility. Don\'t use it in new code.');
return Object.values(Component.components).reduce((stubs, stubComponent) => {

@@ -116,0 +118,0 @@ let elementName;

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