You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

protoscript

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protoscript - npm Package Versions

12

0.0.3

Diff
t
tatethurston
published 0.0.3 •
t
tatethurston
published 0.0.2 •

Changelog

Source

v0.0.23

  • Remove hardcoded compiler path on Windows to support monorepos. Thanks @lordvlad!
t
tatethurston
published 0.0.1 •

Changelog

Source

v0.0.19

  • Fix JSON serializtion for Timestamp and Duration well known types. See #39.
  • Accept all value permutations as described by the Proto3 JSON spec when parsing JSON messages.
  • #initialize now accepts partial messages. This enables you to create a full message with select fields set to a user-provided value:
    const ron = User.initialize({ firstName: "Ron" });