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

cot-lib

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cot-lib - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

16

dist/index.d.ts

@@ -1,8 +0,8 @@

export { CotClient } from './clients/cot-client';
export { DebugClient } from './clients/debug-client';
export { SourcesClient } from './clients/sources-client';
export { LocationsClient } from './clients/locations-client';
export { Source } from './types/source';
export { Type } from './types/type';
export { TemporalPage, TemporalPageData, TemporalPageLink } from './types/temporal-page';
export { Util } from './util';
export * from './clients/cot-client';
export * from './clients/debug-client';
export * from './clients/sources-client';
export * from './clients/locations-client';
export * from './types/source';
export * from './types/type';
export * from './types/temporal-page';
export * from './util';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var cot_client_1 = require("./clients/cot-client");
exports.CotClient = cot_client_1.CotClient;
var debug_client_1 = require("./clients/debug-client");
exports.DebugClient = debug_client_1.DebugClient;
var sources_client_1 = require("./clients/sources-client");
exports.SourcesClient = sources_client_1.SourcesClient;
var locations_client_1 = require("./clients/locations-client");
exports.LocationsClient = locations_client_1.LocationsClient;
var util_1 = require("./util");
exports.Util = util_1.Util;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiQzovVXNlcnMvdGR1cG9udC9Xb3Jrc3BhY2VzL2NvdC1saWIvbGliLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSxtREFBaUQ7QUFBeEMsaUNBQUEsU0FBUyxDQUFBO0FBQ2xCLHVEQUFxRDtBQUE1QyxxQ0FBQSxXQUFXLENBQUE7QUFDcEIsMkRBQXlEO0FBQWhELHlDQUFBLGFBQWEsQ0FBQTtBQUN0QiwrREFBNkQ7QUFBcEQsNkNBQUEsZUFBZSxDQUFBO0FBSXhCLCtCQUE4QjtBQUFyQixzQkFBQSxJQUFJLENBQUEifQ==
__export(require("./clients/cot-client"));
__export(require("./clients/debug-client"));
__export(require("./clients/sources-client"));
__export(require("./clients/locations-client"));
__export(require("./util"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiQzovVXNlcnMvdGR1cG9udC9Xb3Jrc3BhY2VzL2NvdC1saWIvbGliLyIsInNvdXJjZXMiOlsiaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSwwQ0FBcUM7QUFDckMsNENBQXVDO0FBQ3ZDLDhDQUF5QztBQUN6QyxnREFBMkM7QUFJM0MsNEJBQXVCIn0=
{
"name": "cot-lib",
"version": "2.4.0",
"version": "2.4.1",
"description": "Easily consume the City of Things platform data",

@@ -5,0 +5,0 @@ "main": "dist/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