Socket
Socket
Sign inDemoInstall

@tensorflow/tfjs-layers

Package Overview
Dependencies
Maintainers
11
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.5.0 to 0.5.1

5

dist/utils/test_utils.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tfjs_core_1 = require("@tensorflow/tfjs-core");
var jasmine_util = require("@tensorflow/tfjs-core/dist/jasmine_util");
var tfjs_backend_1 = require("../backend/tfjs_backend");

@@ -29,3 +30,3 @@ var errors_1 = require("../errors");

function describeMathCPU(testName, tests) {
tfjs_core_1.test_util.describeWithFlags(testName, tfjs_core_1.test_util.CPU_ENVS, function () {
jasmine_util.describeWithFlags(testName, tfjs_core_1.test_util.CPU_ENVS, function () {
beforeEach(function () {

@@ -39,3 +40,3 @@ tfjs_backend_1.disposeScalarCache();

function describeMathGPU(testName, tests) {
tfjs_core_1.test_util.describeWithFlags(testName, tfjs_core_1.test_util.WEBGL_ENVS, function () {
jasmine_util.describeWithFlags(testName, tfjs_core_1.test_util.WEBGL_ENVS, function () {
beforeEach(function () {

@@ -42,0 +43,0 @@ tfjs_backend_1.disposeScalarCache();

2

dist/version.d.ts

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

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

@@ -9,3 +9,3 @@ "private": false,

"devDependencies": {
"@tensorflow/tfjs-core": "0.8.1",
"@tensorflow/tfjs-core": "0.8.2",
"@types/jasmine": "~2.5.53",

@@ -31,3 +31,4 @@ "browserify": "~16.1.0",

"uglify-js": "~3.0.28",
"watchify": "~3.9.0"
"watchify": "~3.9.0",
"yalc": "~1.0.0-pre.21"
},

@@ -37,3 +38,6 @@ "scripts": {

"build-npm": "./scripts/build-npm.sh",
"format": "./tools/clang_format_ts.sh",
"publish-npm": "./scripts/publish-npm.sh",
"link-local": "yalc link",
"publish-local": "yarn build-npm && yalc push",
"test": "karma start",

@@ -44,4 +48,4 @@ "test-travis": "karma start --browsers='bs_firefox_mac,bs_chrome_mac' --singleRun",

"peerDependencies": {
"@tensorflow/tfjs-core": "0.8.1"
"@tensorflow/tfjs-core": "0.8.2"
}
}

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