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

defaultable

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defaultable - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

.npmignore

2

defaultable.js

@@ -74,3 +74,3 @@ // Defaultable APIs

var api = faux_module.exports;
if('defaults' in api)
if(('defaults' in api) && !api.defaults._defaultable)
throw new Error('defaultable modules may not export a label called "defaults"');

@@ -77,0 +77,0 @@ else

{ "name": "defaultable"
, "version": "0.7.0"
, "version": "0.7.1"
, "author": { "name": "Jason Smith"

@@ -4,0 +4,0 @@ , "email": "jhs@iriscouch.com"

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