Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tensorflow/tfjs-converter

Package Overview
Dependencies
Maintainers
12
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tensorflow/tfjs-converter - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

dist/data/compiled_api.d.ts

20

package.json
{
"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

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