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

fxnjs

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fxnjs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

build/lib/api/client.js

17

build/lib/index.js

@@ -6,4 +6,17 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.message = void 0;
exports.message = "Hello world!";
__exportStar(require("./api"), exports);

2

build/types/index.d.ts

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

export declare const message = "Hello world!";
export * from "./api";
{
"name": "fxnjs",
"version": "0.0.1",
"description": "Edge and cloud prediction functions for JavaScript and Node.js AI apps.",
"version": "0.0.2",
"description": "AI prediction functions for JavaScript and Node.js apps.",
"scripts": {

@@ -6,0 +6,0 @@ "build": "npm run clean && echo Using TypeScript && tsc --version && tsc --pretty",

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