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

metch-fock

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metch-fock - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0-rc.4

2

dist/blockAllCalls.js

@@ -1,2 +0,2 @@

import { getInputUrl } from './utils';
import { getInputUrl } from './utils.js';
export default function blockAllCalls() {

@@ -3,0 +3,0 @@ globalThis.fetch = async function blockedFetch(input, options) {

@@ -1,2 +0,2 @@

import { getInputUrl, getOptionMethod } from './utils';
import { getInputUrl, getOptionMethod } from './utils.js';
class Matcher {

@@ -3,0 +3,0 @@ matcher;

@@ -1,5 +0,5 @@

import blockAllCalls from './blockAllCalls';
import fetchMock, { resetMocks } from './fetchMock';
import { getInputUrl, getOptionMethod } from './utils';
import blockAllCalls from './blockAllCalls.js';
import fetchMock, { resetMocks } from './fetchMock.js';
import { getInputUrl, getOptionMethod } from './utils.js';
export { blockAllCalls, fetchMock, resetMocks, getInputUrl, getOptionMethod };
//# sourceMappingURL=index.js.map

@@ -1,4 +0,4 @@

import blockAllCalls from './blockAllCalls';
import fetchMock, { resetMocks } from './fetchMock';
import { getInputUrl, getOptionMethod } from './utils';
import blockAllCalls from './blockAllCalls.js';
import fetchMock, { resetMocks } from './fetchMock.js';
import { getInputUrl, getOptionMethod } from './utils.js';
export { blockAllCalls, fetchMock, resetMocks, getInputUrl, getOptionMethod };
{
"name": "metch-fock",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"type": "module",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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