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

@apicase/core

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apicase/core - npm Package Compare versions

Comparing version 0.7.0-beta.14 to 0.7.0-beta.15

2

es/index.js
export { apiAll } from './all';
export { apiCall } from './call';
export { apiQueue } from './queue';
export { ApiQueue } from './queue';
export { ApiService } from './service';
export { apicase } from './apicase';
{
"name": "@apicase/core",
"version": "0.7.0-beta.14",
"version": "0.7.0-beta.15",
"description": "Core library to make API calls with any adapter",

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

@@ -29,3 +29,3 @@ # apicase-core

import { apicase } from '@apicase/core'
improt fetch from '@apicase/adapter-fetch'
import fetch from '@apicase/adapter-fetch'

@@ -32,0 +32,0 @@ const doRequest = apicase(fetch)

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