Socket
Socket
Sign inDemoInstall

@stackflow/plugin-history-sync

Package Overview
Dependencies
13
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.6 to 1.3.7

2

dist/index.js

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

// src/historyState.ts
var STATE_TAG = `${"@stackflow/plugin-history-sync"}@${"1.3.5"}`;
var STATE_TAG = `@stackflow/plugin-history-sync`;
function serializeStep(step) {

@@ -65,0 +65,0 @@ return __spreadProps(__spreadValues({}, step), {

{
"name": "@stackflow/plugin-history-sync",
"version": "1.3.6",
"version": "1.3.7",
"license": "MIT",

@@ -84,3 +84,3 @@ "exports": {

},
"gitHead": "6894d1612edf76d3befa2dcaf6d0c67cca9a8a4b"
"gitHead": "a70df1c6c6f01d115b3a0a9791457e20ad51e993"
}
import type { Activity, ActivityStep } from "@stackflow/core";
import type { History } from "history";
const STATE_TAG = `${process.env.PACKAGE_NAME}@${process.env.PACKAGE_VERSION}`;
const STATE_TAG = `@stackflow/plugin-history-sync`;

@@ -6,0 +6,0 @@ interface State {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc