Socket
Socket
Sign inDemoInstall

@tensorflow/tfjs-layers

Package Overview
Dependencies
Maintainers
10
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tensorflow/tfjs-layers - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

dist/index.d.ts

@@ -8,3 +8,3 @@ import * as dl from 'deeplearn';

export { SymbolicTensor } from './types';
export { version } from './version';
export { version as version_layers } from './version';
export { dl };

@@ -11,0 +11,0 @@ export { backend };

@@ -19,3 +19,3 @@ "use strict";

var version_1 = require("./version");
exports.version = version_1.version;
exports.version_layers = version_1.version;
exports.model = exports_1.ModelExports.model;

@@ -22,0 +22,0 @@ exports.sequential = exports_1.ModelExports.sequential;

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

declare const version = "0.0.2";
declare const version = "0.0.3";
export { version };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var version = '0.0.2';
var version = '0.0.3';
exports.version = version;
{
"name": "@tensorflow/tfjs-layers",
"version": "0.0.2",
"version": "0.0.3",
"description": "TensorFlow layers API in JavaScript",

@@ -5,0 +5,0 @@ "private": false,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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