Socket
Socket
Sign inDemoInstall

apollo-reporting-protobuf

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-reporting-protobuf - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

6

package.json
{
"name": "apollo-reporting-protobuf",
"version": "3.3.0",
"version": "3.3.1",
"description": "Protobuf format for Apollo usage reporting",

@@ -8,3 +8,3 @@ "main": "generated/index.js",

"scripts": {
"generate": "rm -rf generated && mkdir generated && npm run pbjs && npm run pbts && cp src/* generated",
"generate": "rm -rf generated && mkdir generated && npm run pbjs && npm run pbts && cp src/index.* generated",
"pbjs": "apollo-pbjs --target static-module --out generated/protobuf.js --wrap commonjs --force-number --no-from-object src/reports.proto",

@@ -34,3 +34,3 @@ "pbts": "apollo-pbts -o generated/protobuf.d.ts generated/protobuf.js",

},
"gitHead": "8b2c1360c224d23ff64fa49adbee1e62dbdaa917"
"gitHead": "c3deb0d980dbf983028aa99b7d2b1cc6968de432"
}

@@ -28,3 +28,3 @@ # `apollo-reporting-protobuf`

The root of the repository provides some `devDependencies` necessary to build
these definitions qand the `prepare` npm script is invoked programmatically via
these definitions and the `prepare` npm script is invoked programmatically via
the monorepo tooling (e.g. Lerna) thanks to _this_ module's `postinstall`

@@ -31,0 +31,0 @@ script. Therefore, when making changes to this module, run scripts via `npx

Sorry, the diff of this file is too big to display

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