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

@fastly/js-compute

Package Overview
Dependencies
Maintainers
25
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/js-compute - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

10

CHANGELOG.md

@@ -0,1 +1,10 @@

# Changelog
## [0.5.6](https://github.com/fastly/js-compute-runtime/compare/v0.5.5...v0.5.6) (2022-11-24)
### Features
* implement setTimeout, setInterval, clearTimeout, and clearInterval ([128bca9](https://github.com/fastly/js-compute-runtime/commit/128bca901c9ad4b6d6c1084bf13c5c474ef63a41))
## [0.5.5](https://github.com/fastly/js-compute-runtime/compare/js-compute-v0.5.4...js-compute-v0.5.5) (2022-11-23)

@@ -14,3 +23,2 @@

## 0.5.4 (2022-09-28)

@@ -17,0 +25,0 @@

1

index.d.ts

@@ -254,3 +254,2 @@ declare var self: typeof globalThis;

* **Note**: Can only be used when processing requests, not during build-time initialization.
* @deprecated This class has been renamed `ConfigStore`. Replace `Dictionary` with `ConfigStore` in your code to avoid having to migrate in the future when `Dictionary` is removed.
*/

@@ -257,0 +256,0 @@ declare class Dictionary {

{
"name": "@fastly/js-compute",
"version": "0.5.5",
"version": "0.5.6",
"engines": {

@@ -5,0 +5,0 @@ "node": "^16 || ^18"

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