@apimatic/core
Advanced tools
Comparing version 0.10.7 to 0.10.8
@@ -0,0 +0,0 @@ import { HttpResponse } from '@apimatic/core-interfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from '@apimatic/core-interfaces'; | ||
//# sourceMappingURL=coreInterfaces.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { SchemaValidationError } from '../schema'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
export * from '@apimatic/file-wrapper'; | ||
//# sourceMappingURL=fileWrapper.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
export * from '@apimatic/http-headers'; | ||
//# sourceMappingURL=httpHeaders.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { HttpInterceptorInterface, HttpCallExecutor } from '@apimatic/core-interfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** Marker for skipping URL-encoding when used with Path templating */ |
@@ -0,0 +0,0 @@ "use strict"; |
export * from '@apimatic/http-query'; | ||
//# sourceMappingURL=queryString.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { HttpMethod, RetryConfiguration } from '../coreInterfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Schema, SchemaMappedType, SchemaType } from '../schema'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference path="shim/index.d.ts" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { HttpRequest, HttpResponse, ApiLoggerInterface, LoggingOptions } from '../coreInterfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LogLevel, LoggerInterface } from '@apimatic/core-interfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LoggingOptions } from '@apimatic/core-interfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LogLevel, LoggerInterface } from '@apimatic/core-interfaces'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { LoggerInterface, LogLevel } from '../coreInterfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from '@apimatic/schema'; | ||
//# sourceMappingURL=schema.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
interface Blob { | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ export interface XmlSerializerInterface { |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@apimatic/core", | ||
"author": "APIMatic Ltd.", | ||
"version": "0.10.7", | ||
"version": "0.10.8", | ||
"license": "MIT", | ||
@@ -47,4 +47,4 @@ "sideEffects": false, | ||
"@types/detect-node": "^2.0.0", | ||
"@types/lodash.defaultsdeep": "^4.6.9", | ||
"@types/lodash.flatmap": "^4.5.6", | ||
"@types/lodash.defaultsdeep": "^4.6.9", | ||
"abort-controller": "^3.0.0", | ||
@@ -64,8 +64,8 @@ "babel-plugin-annotate-pure-calls": "^0.4.0", | ||
"@apimatic/convert-to-stream": "^0.0.2", | ||
"@apimatic/core-interfaces": "^0.2.0", | ||
"@apimatic/file-wrapper": "^0.3.0", | ||
"@apimatic/http-headers": "^0.3.0", | ||
"@apimatic/core-interfaces": "^0.2.5", | ||
"@apimatic/file-wrapper": "^0.3.2", | ||
"@apimatic/http-headers": "^0.3.2", | ||
"@apimatic/http-query": "^0.3.2", | ||
"@apimatic/json-bigint": "^1.2.0", | ||
"@apimatic/http-query": "^0.3.0", | ||
"@apimatic/schema": "^0.7.0", | ||
"@apimatic/schema": "^0.7.9", | ||
"detect-browser": "^5.3.0", | ||
@@ -75,4 +75,4 @@ "detect-node": "^2.0.4", | ||
"json-ptr": "^3.1.0", | ||
"lodash.defaultsdeep": "^4.6.1", | ||
"lodash.flatmap": "^4.5.0", | ||
"lodash.defaultsdeep": "^4.6.1", | ||
"tiny-warning": "^1.0.3", | ||
@@ -88,3 +88,4 @@ "tslib": "^2.1.0" | ||
"directory": "packages/core" | ||
} | ||
}, | ||
"gitHead": "43e7ca2560f262b85c1c6d15f5f01d00c2b43b37" | ||
} |
@@ -0,0 +0,0 @@ # APIMatic Core Libary for JavaScript |
@@ -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 |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { LogLevel, LoggerInterface } from '@apimatic/core-interfaces'; |
@@ -0,0 +0,0 @@ import { LogLevel, LoggingOptions } from '@apimatic/core-interfaces'; |
@@ -0,0 +0,0 @@ import { LogLevel, LoggerInterface } from '@apimatic/core-interfaces'; |
@@ -0,0 +0,0 @@ import { LoggerInterface, LogLevel } from '../coreInterfaces'; |
export * from '@apimatic/schema'; |
// tslint:disable-next-line:no-empty-interface | ||
interface Blob {} |
@@ -0,0 +0,0 @@ export interface XmlSerializerInterface { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
89
192823
+ Added@apimatic/schema@0.7.14(transitive)
- Removed@apimatic/schema@0.7.13(transitive)
Updated@apimatic/http-query@^0.3.2
Updated@apimatic/schema@^0.7.9