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

clarifai-web-grpc

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clarifai-web-grpc - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

.husky/pre-commit

11

CHANGELOG.md

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

## [2.0.2](https://github.com/Clarifai/clarifai-web-grpc/compare/v2.0.1...v2.0.2) (2022-02-05)
# [3.0.0](https://github.com/Clarifai/clarifai-web-grpc/compare/v2.0.2...v3.0.0) (2022-03-08)

@@ -6,2 +6,9 @@

* build package before publishing ([597fe90](https://github.com/Clarifai/clarifai-web-grpc/commit/597fe906fe0d9ca1f5662a73e2112b03cfc53ded))
* broken package ([7030339](https://github.com/Clarifai/clarifai-web-grpc/commit/7030339944e334d24a5189d95363228531dac685))
### BREAKING CHANGES
* Completely reverts several versions of the package that were broken/attempting
to provide a lean package. This is hopefully a known good state that fixes
those issues.

25

package.json
{
"name": "clarifai-web-grpc",
"version": "2.0.2",
"version": "3.0.0",
"description": "The official Clarifai gRPC-web client",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"repository": "https://github.com/Clarifai/clarifai-web-grpc",

@@ -11,4 +13,8 @@ "author": "Clarifai Inc.",

"scripts": {
"build": "tsc -b",
"clean": "rm -rf lib clarifai-web-grpc-*.tgz",
"test": "mocha",
"lint": "standard index.ts resources.ts service.ts",
"clean": "rm -rf dist clarifai-web-grpc-*.tgz",
"build:cjs": "tsc -b tsconfig.cjs.json",
"build:esm": "tsc -b",
"build": "yarn build:esm && yarn build:cjs",
"prepack": "yarn clean && yarn build",

@@ -19,3 +25,3 @@ "release": "semantic-release",

"dependencies": {
"google-protobuf": "^3.19.4",
"google-protobuf": "~3.14.0",
"grpc-web": "~1.0.5"

@@ -28,13 +34,6 @@ },

"@types/chai": "^4.3.0",
"@types/google-protobuf": "^3.15.5",
"@types/google-protobuf": "~3.7.0",
"@types/mocha": "^9.0.0",
"@types/node": "~10.17.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"husky": "^7.0.4",

@@ -41,0 +40,0 @@ "mocha": "^9.1.3",

@@ -8,11 +8,19 @@ {

"allowJs": true,
"outDir": "./lib",
"outDir": "./dist/esm",
"moduleResolution": "node"
},
"include": [
"proto",
"./index.ts",
"./resources.ts",
"./service.ts",
"proto/",
],
"exclude": [
"node_modules"
]
],
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
}
}

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