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

@dapr/dapr-dev

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dapr/dapr-dev - npm Package Compare versions

Comparing version 3.3.1-20240424070127-7350742 to 3.3.1-20240731151357-e5a763b

2

actors/runtime/AbstractActor.d.ts

@@ -93,3 +93,3 @@ import { Temporal } from "@js-temporal/polyfill";

* Saves all the state changes (ADD/UPDATE/REMOVE) that were made since the last call
* to the actor state provider associated with teh actor
* to the actor state provider associated with the actor
*/

@@ -96,0 +96,0 @@ saveStateInternal(): Promise<void>;

@@ -147,3 +147,3 @@ "use strict";

* Saves all the state changes (ADD/UPDATE/REMOVE) that were made since the last call
* to the actor state provider associated with teh actor
* to the actor state provider associated with the actor
*/

@@ -150,0 +150,0 @@ async saveStateInternal() {

{
"name": "@dapr/dapr-dev",
"version": "3.3.1-20240424070127-7350742",
"version": "3.3.1-20240731151357-e5a763b",
"description": "The official Dapr (https://dapr.io) SDK for Node.js",

@@ -5,0 +5,0 @@ "types": "./build/index.d.ts",

@@ -1,2 +0,2 @@

export declare const SDK_VERSION = "3.3.1-20240424070127-7350742";
export declare const SDK_VERSION = "3.3.1-20240731151357-e5a763b";
export declare const SDK_PACKAGE_NAME = "@dapr/dapr-dev";

@@ -18,3 +18,3 @@ "use strict";

// It is not checked in to the git repository.
exports.SDK_VERSION = "3.3.1-20240424070127-7350742";
exports.SDK_VERSION = "3.3.1-20240731151357-e5a763b";
exports.SDK_PACKAGE_NAME = "@dapr/dapr-dev";
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