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

abstract-state-router

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-state-router - npm Package Compare versions

Comparing version 7.3.0 to 7.3.1

7

bundle.js

@@ -526,6 +526,7 @@ 'use strict';

activeStateResolveContent = extend(activeStateResolveContent, stateResolveResultsObject);
return series(reverse(stateChanges.destroy), destroyStateName).then(
() => renderAll(stateChanges.create, extend(parameters)).then(activateAll),
() => {
activeStateResolveContent = extend(activeStateResolveContent, stateResolveResultsObject);
return renderAll(stateChanges.create, extend(parameters)).then(activateAll)
},
)

@@ -532,0 +533,0 @@ }))

{
"name": "abstract-state-router",
"version": "7.3.0",
"version": "7.3.1",
"description": "Like ui-router, but without all the Angular. The best way to structure a single-page webapp.",

@@ -5,0 +5,0 @@ "main": "bundle.js",

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