Socket
Socket
Sign inDemoInstall

@tensorflow/tfjs

Package Overview
Dependencies
3
Maintainers
12
Versions
157
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.7 to 0.13.0

dist-es6/index_test.d.ts

2

dist/tf.esm.js
// @tensorflow/tfjs Copyright 2018 Google
import{version_core}from"@tensorflow/tfjs-core";export*from"@tensorflow/tfjs-core";import{version_layers}from"@tensorflow/tfjs-layers";export*from"@tensorflow/tfjs-layers";import{version_converter}from"@tensorflow/tfjs-converter";export*from"@tensorflow/tfjs-converter";var version="0.12.7",version$1={"tfjs-core":version_core,"tfjs-layers":version_layers,"tfjs-converter":version_converter,tfjs:version};export{version$1 as version};
import{version_core}from"@tensorflow/tfjs-core";export*from"@tensorflow/tfjs-core";import{version_layers}from"@tensorflow/tfjs-layers";export*from"@tensorflow/tfjs-layers";import{version_converter}from"@tensorflow/tfjs-converter";export*from"@tensorflow/tfjs-converter";var version="0.13.0",version$1={"tfjs-core":version_core,"tfjs-layers":version_layers,"tfjs-converter":version_converter,tfjs:version};export{version$1 as version};
//# sourceMappingURL=tf.esm.js.map

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

declare const version = "0.12.7";
declare const version = "0.13.0";
export { version };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var version = '0.12.7';
var version = '0.13.0';
exports.version = version;
//# sourceMappingURL=version.js.map

@@ -32,2 +32,4 @@ # Gallery

- [Emotion Extractor](https://brendansudol.com/faces/) by Brendan Sudol
- [Aida](https://aida.dor.ai/) Named entity recognition and text classification pipeline for creating chatbots by Rodrigo Pimentel
- [GAN Lab](https://poloclub.github.io/ganlab/) - An Interactive Visualization Tool for Playing with Generative Adversarial Networks (GANs)!

@@ -77,4 +79,4 @@

- [magenta.js](https://magenta.tensorflow.org/js) - Music and Art Generation with Machine Intelligence in the Browser.
- [SeeClarke.js](https://github.com/labofoz/SeeClarke.js) - A library for adding face-controlled pointers to your site.
- [Handsfree.js](https://github.com/handsfreejs/handsfree) - A library for adding face-controlled pointers to your site.
- [face-api.js](https://github.com/justadudewhohacks/face-api.js) - A JavaScript API for face detection and face recognition in the browser.
- [TensorFlow.js GPU-accelerated t-SNE](https://github.com/tensorflow/tfjs-tsne) - A linear t-SNE for the web.
{
"name": "@tensorflow/tfjs",
"version": "0.12.7",
"version": "0.13.0",
"description": "An open-source machine learning framework.",

@@ -61,6 +61,6 @@ "private": false,

"dependencies": {
"@tensorflow/tfjs-converter": "0.5.9",
"@tensorflow/tfjs-core": "0.12.17",
"@tensorflow/tfjs-layers": "0.7.5"
"@tensorflow/tfjs-converter": "0.6.0",
"@tensorflow/tfjs-core": "0.13.0",
"@tensorflow/tfjs-layers": "0.8.0"
}
}

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc