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

guy

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guy - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

3

lib/cfg.js

@@ -15,3 +15,3 @@ (function() {

defaults = (ref = (ref1 = clasz.C) != null ? (ref2 = ref1.defaults) != null ? ref2.constructor_cfg : void 0 : void 0) != null ? ref : null;
self.cfg = freeze({...defaults, ...cfg});
self.cfg = {...defaults, ...cfg};
//.........................................................................................................

@@ -31,2 +31,3 @@ /* procure `types` where not given; make it a non-enumerable to avoid rpr of object: */

}
self.cfg = freeze(self.cfg);
return void 0;

@@ -33,0 +34,0 @@ };

{
"name": "guy",
"version": "1.1.0",
"version": "1.2.0",
"description": "npm dependencies checker",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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