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

djinn-state-history

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djinn-state-history - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

dist/HistoryBlockerService.js

@@ -27,2 +27,3 @@ "use strict";

_this._unregister = _this._history.listen(_this.__checkRoute);
_this.__checkRoute(_this._history.location, _this._history.action);
};

@@ -29,0 +30,0 @@ _this.__checkRoute = function (location, action) {

2

package.json
{
"name": "djinn-state-history",
"version": "0.0.2",
"version": "0.0.3",
"description": "Djinn-state history integration",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -15,2 +15,3 @@ import { DjinnService } from 'djinn-state';

this._unregister = this._history.listen(this.__checkRoute);
this.__checkRoute(this._history.location, this._history.action);
};

@@ -17,0 +18,0 @@

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