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.13.0-alpha to 0.13.0-alpha.2

2

cjs/service.js

@@ -27,3 +27,3 @@ var _default2 = require('nanoutils/cjs/equals');

if (arguments.length === 2) {
console.warn(`[Apicase.deprecated] Apicase Service now should be defined as "new ApiService({ opts.adapter, ...opts })" instead of "new ApiService(opts.adapter, opts)"`);
console.warn(`[Apicase.deprecated] Apicase Service now should be defined as "new ApiService({ adapter, ...opts })" instead of "new ApiService(adapter, opts)"`);
opts[1].opts.adapter = opts[0];

@@ -30,0 +30,0 @@ return new ApiService(opts[1]);

@@ -17,3 +17,3 @@ import _default2 from 'nanoutils/lib/equals';

if (arguments.length === 2) {
console.warn(`[Apicase.deprecated] Apicase Service now should be defined as "new ApiService({ opts.adapter, ...opts })" instead of "new ApiService(opts.adapter, opts)"`);
console.warn(`[Apicase.deprecated] Apicase Service now should be defined as "new ApiService({ adapter, ...opts })" instead of "new ApiService(adapter, opts)"`);
opts[1].opts.adapter = opts[0];

@@ -20,0 +20,0 @@ return new ApiService(opts[1]);

{
"name": "@apicase/core",
"version": "0.13.0-alpha",
"version": "0.13.0-alpha.2",
"description": "Core library to make API calls with any adapter",

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

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