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

quibble

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quibble - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

package.json
{
"name": "quibble",
"version": "0.6.0",
"version": "0.6.1",
"description": "Makes it easy to replace require'd dependencies.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/testdouble/quibble",

@@ -46,2 +46,11 @@ const quibble = require('quibble')

},
'works for modules that dont exist': async function () {
await quibble.esm('../esm-fixtures/this-module-does-not-exist.mjs', { named: 'named!' }, 'def-export')
const result = await import('../esm-fixtures/this-module-does-not-exist.mjs')
assert.deepEqual({ ...result }, {
default: 'def-export',
named: 'named!'
})
},
'ignoreCallsFromThisFile works with ESM': async function () {

@@ -48,0 +57,0 @@ const cjsImporingMjs = require('../esm-fixtures/a-module-ignored')

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