New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

api-lib63

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-lib63 - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

dist/index.d.ts
export { sayHello, sayGoodbye } from './hello-world';
export * from "./wth";
export { bar, foo } from "./wth";
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });

@@ -9,3 +6,5 @@ var hello_world_1 = require("./hello-world");

exports.sayGoodbye = hello_world_1.sayGoodbye;
__export(require("./wth"));
var wth_1 = require("./wth");
exports.bar = wth_1.bar;
exports.foo = wth_1.foo;
//# sourceMappingURL=index.js.map
{
"name": "api-lib63",
"version": "0.0.6",
"version": "0.0.7",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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