Socket
Socket
Sign inDemoInstall

@tensorflow/tfjs

Package Overview
Dependencies
Maintainers
10
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tensorflow/tfjs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/version.d.ts

5

dist/index.d.ts
export * from 'deeplearn';
export * from '@tensorflow/tfjs-layers';
export declare const version: {
'tfjs-core': string;
'tfjs-layers': string;
'tfjs': string;
};

@@ -8,1 +8,9 @@ "use strict";

__export(require("@tensorflow/tfjs-layers"));
var deeplearn_1 = require("deeplearn");
var tfjs_layers_1 = require("@tensorflow/tfjs-layers");
var version_1 = require("./version");
exports.version = {
'tfjs-core': deeplearn_1.version_core,
'tfjs-layers': tfjs_layers_1.version_layers,
'tfjs': version_1.version
};

7

package.json
{
"name": "@tensorflow/tfjs",
"version": "0.0.1",
"version": "0.0.2",
"description": "An open-source machine learning framework.",

@@ -24,8 +24,9 @@ "private": false,

"build": "tsc",
"build-npm": "./scripts/build-npm.sh"
"build-npm": "./scripts/build-npm.sh",
"publish-npm": "./scripts/publish-npm.sh"
},
"dependencies": {
"deeplearn": "next",
"@tensorflow/tfjs-layers": "0.0.1"
"@tensorflow/tfjs-layers": "0.0.3"
}
}

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