New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unleash-proxy-client

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unleash-proxy-client - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3-beta.0

build/events-handler.d.ts

2

package.json
{
"name": "unleash-proxy-client",
"version": "2.0.2",
"version": "2.0.3-beta.0",
"description": "A browser client that can be used together with the unleash-proxy.",

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

import { FetchMock } from 'jest-fetch-mock';
import 'jest-localstorage-mock';
import * as data from '../tests/example-data.json';
import * as data from './tests/example-data.json';
import IStorageProvider from './storage-provider';
import { EVENTS, IConfig, IMutableContext, UnleashClient } from './index';
import { getTypeSafeRequest, getTypeSafeRequestUrl } from '../tests/util';
import { getTypeSafeRequest, getTypeSafeRequestUrl } from './tests/util';

@@ -8,0 +8,0 @@ jest.useFakeTimers();

import { FetchMock } from 'jest-fetch-mock';
import Metrics from './metrics';
import { getTypeSafeRequest, parseRequestBodyWithType } from '../tests/util';
import { getTypeSafeRequest, parseRequestBodyWithType } from './tests/util';

@@ -22,3 +22,3 @@ jest.useFakeTimers();

fetch: fetchMock,
headerName: 'Authorization'
headerName: 'Authorization',
});

@@ -41,3 +41,3 @@

fetch: fetchMock,
headerName: 'Authorization'
headerName: 'Authorization',
});

@@ -73,3 +73,3 @@

fetch: fetchMock,
headerName: 'NotAuthorization'
headerName: 'NotAuthorization',
});

@@ -96,3 +96,3 @@

fetch: fetchMock,
headerName: 'Authorization'
headerName: 'Authorization',
});

@@ -119,3 +119,3 @@

fetch: fetchMock,
headerName: 'Authorization'
headerName: 'Authorization',
});

@@ -122,0 +122,0 @@

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