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

asn1-ts

Package Overview
Dependencies
Maintainers
0
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asn1-ts - npm Package Versions

23
9

8.0.5

Diff

Changelog

Source

[8.0.5]

  • Explicitly import Buffer
    • Apparently, this is required when running on Cloudflare Workers.
    • Closes #32.
jonathanwilbur
published 8.0.4 •

Changelog

Source

[8.0.4]

  • Fix UTCTime and GeneralizedTime decoding to use the timezone offsets.
    • I think I mistakenly copied the DER decoders into the BER decoder without modification. Because the DER syntax is so strict, the parsing ignores timezones, because they shouldn't be present at all.
    • There is now a very rigorous test suite ensuring these are correct.
  • I think UTCTime and GeneralizedTime should be a lot more performant too, since I am not using regular expressions anymore.
  • Remove a console.log(). (Sorry! I do know how to debug, but sometimes console.log() is just too dang easy.)
jonathanwilbur
published 8.0.3 •

Changelog

Source

[8.0.3]

  • Significant performance improvements in encoding and decoding object identifiers.
jonathanwilbur
published 8.0.2 •

Changelog

Source

[8.0.2]

  • Fixed catastrophic performance issue when serializing values
jonathanwilbur
published 8.0.1 •

Changelog

Source

[8.0.1]

  • Fixed broken ObjectIdentifier.fromString().
jonathanwilbur
published 8.0.0 •

Changelog

Source

[8.0.0]

  • 4x faster object identifier encoding and decoding
  • Performance optimization to avoid repeatedly re-allocating byte arrays

This is only a breaking change because a few functions you probably shouldn't use to begin with have been removed and some fields that were public have become private. For normal usage of this library, this should still be a drop-in replacement.

jonathanwilbur
published 7.1.2 •

jonathanwilbur
published 7.1.1 •

Changelog

Source

[7.1.12]

  • Fix bugs in decoding UTCTime and GeneralizedTime.
jonathanwilbur
published 7.1.0 •

jonathanwilbur
published 7.0.19 •

23
9
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