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

@apimatic/core

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apimatic/core - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

12

package.json
{
"name": "@apimatic/core",
"author": "APIMatic Ltd.",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",

@@ -51,3 +51,3 @@ "sideEffects": false,

"jest": "^26.4.2",
"jsdom": "^16.5.0",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",

@@ -62,8 +62,8 @@ "lerna-alias": "3.0.3-0",

"dependencies": {
"@apimatic/convert-to-stream": "~0.0.2",
"@apimatic/convert-to-stream": "^0.0.2",
"@apimatic/core-interfaces": "^0.2.0",
"@apimatic/file-wrapper": "^0.2.0",
"@apimatic/http-headers": "^0.2.0",
"@apimatic/file-wrapper": "^0.3.0",
"@apimatic/http-headers": "^0.3.0",
"@apimatic/json-bigint": "^1.2.0",
"@apimatic/http-query": "^0.2.0",
"@apimatic/http-query": "^0.3.0",
"@apimatic/schema": "^0.7.0",

@@ -70,0 +70,0 @@ "axios": "^0.21.1",

@@ -0,0 +0,0 @@ import { HttpResponse } from '@apimatic/core-interfaces';

export * from '@apimatic/core-interfaces';
/// <reference lib="dom" />

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import JSONBig from '@apimatic/json-bigint';

@@ -0,0 +0,0 @@ import { SchemaValidationError } from '../schema';

@@ -0,0 +0,0 @@ import { ApiResponse, HttpRequest } from '../coreInterfaces';

export * from '@apimatic/file-wrapper';
export * from '@apimatic/http-headers';

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ import flatMap from 'lodash.flatmap';

export * from '@apimatic/http-query';

@@ -0,0 +0,0 @@ import JSONBig from '@apimatic/json-bigint';

@@ -0,0 +0,0 @@ import { getHeader } from './httpHeaders';

@@ -0,0 +0,0 @@ import {

@@ -0,0 +0,0 @@ // tslint:disable-next-line:no-reference

export * from '@apimatic/schema';
// tslint:disable-next-line:no-empty-interface
interface Blob {}

@@ -0,0 +0,0 @@ export interface XmlSerializerInterface {

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