@fastly/js-compute
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5156178
0
1428