@tensorflow/tfjs
Advanced tools
Comparing version 0.0.1 to 0.0.2
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 | ||
}; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
1774679
10
26265
+ Added@tensorflow/tfjs-layers@0.0.3(transitive)
- Removed@tensorflow/tfjs-layers@0.0.1(transitive)