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

ralltiir

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ralltiir - npm Package Compare versions

Comparing version 2.13.0 to 2.13.2-0

2

package.json
{
"name": "ralltiir",
"version": "2.13.0",
"version": "2.13.2-0",
"discription": "前端极速浏览框架,目标是提升用户体验,提供沉浸式浏览方式。",

@@ -5,0 +5,0 @@ "scripts": {

@@ -154,3 +154,6 @@ /**

if (transition) {
var options = _.assign({}, current, data);
var options = _.assign({
_prev: prev,
_current: current
}, current, data);
return transition(prev.service, current.service, options);

@@ -157,0 +160,0 @@ }

@@ -118,2 +118,3 @@ /**

// function getOrCreate(url)
function getOrCreate(url, pathPattern, conf) {

@@ -120,0 +121,0 @@ // return if exist

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