Socket
Socket
Sign inDemoInstall

@pelagiccreatures/sargasso

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pelagiccreatures/sargasso - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

2

lib/Sargasso.js

@@ -570,3 +570,3 @@ /**

watchOrientation () {
if (window.orientation && (window.orientation === 90 || window.orientation === 270)) {
if (window.orientation && (window.orientation === 90 || window.orientation === -90)) {
this.wantFullscreen(true)

@@ -573,0 +573,0 @@ } else {

{
"name": "@pelagiccreatures/sargasso",
"version": "0.10.1",
"version": "0.10.2",
"description": "Simple, Fast, Reactive, Supervised Javascript controllers for custom html elements.",

@@ -5,0 +5,0 @@ "keywords": [

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