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

@overturebio-stack/lectern-client

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@overturebio-stack/lectern-client - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

5

lib/index.d.ts

@@ -1,2 +0,3 @@

import * as functions from './schema-functions';
export { functions, };
export * from './schema-entities';
export * from './schema-functions';
export * from './schema-rest-client';

19

lib/index.js

@@ -9,18 +9,9 @@ "use strict";

}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.functions = void 0;
const functions = __importStar(require("./schema-functions"));
exports.functions = functions;
__exportStar(require("./schema-entities"), exports);
__exportStar(require("./schema-functions"), exports);
__exportStar(require("./schema-rest-client"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@overturebio-stack/lectern-client",
"version": "0.1.2",
"version": "0.1.3",
"files": [

@@ -5,0 +5,0 @@ "lib/**/*"

Sorry, the diff of this file is not supported yet

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