@tensorflow/tfjs-converter
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "@tensorflow/tfjs-converter", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Tensorflow model converter for javascript", | ||
"main": "dist/src/index.js", | ||
"main": "dist/index.js", | ||
"jsnext:main": "dist/tf-converter.esm.js", | ||
"module": "dist/tf-converter.esm.js", | ||
"types": "dist/src/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/tf-converter.min.js", | ||
@@ -18,6 +18,6 @@ "jsdelivr": "dist/tf-converter.min.js", | ||
"peerDependencies": { | ||
"@tensorflow/tfjs-core": "1.7.0" | ||
"@tensorflow/tfjs-core": "1.7.1" | ||
}, | ||
"devDependencies": { | ||
"@tensorflow/tfjs-core": "1.7.0", | ||
"@tensorflow/tfjs-core": "1.7.1", | ||
"@types/deep-equal": "^1.0.1", | ||
@@ -58,12 +58,14 @@ "@types/jasmine": "~2.8.6", | ||
"scripts": { | ||
"build": "yarn link-master && yarn gen-json --test && tsc", | ||
"build": "yarn gen-json --test && tsc", | ||
"build-ci": "yarn gen-json --test && tsc", | ||
"build-core": "cd ../tfjs-core && yarn && yarn build", | ||
"build-core-ci": "cd ../tfjs-core && yarn && yarn build-ci", | ||
"build-deps": "yarn build-core", | ||
"build-deps-ci": "yarn build-core-ci", | ||
"build-npm": "./scripts/build-npm.sh", | ||
"link-local": "yalc link", | ||
"link-master": "../scripts/link-master.js", | ||
"publish-local": "yarn build-npm && yalc push", | ||
"test": "yarn link-master && yarn build-core && yarn && yarn gen-json --test && ts-node run_tests.ts", | ||
"test-ci": "ts-node run_tests.ts", | ||
"publish-npm": "npm publish", | ||
"test": "yarn && yarn build-deps && yarn gen-json --test && ts-node run_tests.ts", | ||
"test-ci": "yarn && yarn build-deps-ci && yarn build-ci && yarn lint && ts-node run_tests.ts", | ||
"test-snippets": "ts-node ./scripts/test_snippets.ts", | ||
@@ -70,0 +72,0 @@ "lint": "tslint -p . -t verbose", |
/** @license See the LICENSE file. */ | ||
// This code is auto-generated, do not modify this file! | ||
const version = '1.7.0'; | ||
const version = '1.7.1'; | ||
export {version}; |
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
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
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
3642779
241
25336