New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/datalabeling

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/datalabeling - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

2

build/src/index.d.ts

@@ -9,1 +9,3 @@ import * as v1beta1 from './v1beta1';

export default _default;
import * as protos from '../protos/protos';
export { protos };

@@ -27,2 +27,4 @@ "use strict";

exports.default = { v1beta1, DataLabelingServiceClient };
const protos = require("../protos/protos");
exports.protos = protos;
//# sourceMappingURL=index.js.map

@@ -7,2 +7,9 @@ # Changelog

## [1.5.0](https://www.github.com/googleapis/nodejs-datalabeling/compare/v1.4.2...v1.5.0) (2020-02-29)
### Features
* export protos in src/index.ts ([42812db](https://www.github.com/googleapis/nodejs-datalabeling/commit/42812db5f9c56b744c32314aaf4e7c48c13a62b1))
### [1.4.2](https://www.github.com/googleapis/nodejs-datalabeling/compare/v1.4.1...v1.4.2) (2020-02-10)

@@ -9,0 +16,0 @@

5

package.json
{
"name": "@google-cloud/datalabeling",
"description": "Data Labeling API client for Node.js",
"version": "1.4.2",
"version": "1.5.0",
"license": "Apache-2.0",

@@ -41,3 +41,4 @@ "author": "Google LLC",

"predocs-test": "npm run docs",
"prepare": "npm run compile"
"prepare": "npm run compile",
"prelint": "cd samples; npm link ../; npm i"
},

@@ -44,0 +45,0 @@ "dependencies": {

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