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

@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.8.0 to 0.8.1

4

example/app.js

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

import {
Sargasso, utils
Sargasso, utils, loadPageHandler
}

@@ -109,1 +109,3 @@ from '../index.js' // or more likely from '@pelagiccreatures/sargasso'

})
window.loadPageHandler = loadPageHandler

@@ -30,8 +30,7 @@ /*

bootSargasso: bootSargasso,
elementTools: elementTools,
loadPageHandler: loadPageHandler
elementTools: elementTools
}
export {
Sargasso, utils
Sargasso, utils, loadPageHandler
}

@@ -21,3 +21,3 @@ import {

let loadPageHandler
var loadPageHandler

@@ -24,0 +24,0 @@ const bootSargasso = (options = {}) => {

@@ -358,3 +358,3 @@ /**

let theDOMWatcher, theScrollWatcher, theResizeWatcher, theOrientationWatcher, theWorkerWatcher
var theDOMWatcher, theScrollWatcher, theResizeWatcher, theOrientationWatcher, theWorkerWatcher

@@ -361,0 +361,0 @@ const startServices = (options) => {

{
"name": "@pelagiccreatures/sargasso",
"version": "0.8.0",
"version": "0.8.1",
"description": "Simple, Fast, Reactive, supervised Javascript controllers for html elements.",

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

@@ -48,3 +48,3 @@ # @PelagicCreatures/Sargasso

PelagicCreatures.utils.elementTools - some utilities
PelagicCreatures.utils.loadPageHandler - the bottle neck for loading a page
PelagicCreatures.loadPageHandler - the bottle neck for loading a page
```

@@ -51,0 +51,0 @@

@@ -11,3 +11,4 @@ import commonjs from '@rollup/plugin-commonjs'

file: './example/app-bundle.iife.js',
sourcemap: true
sourcemap: true,
treeshake: false
}],

@@ -14,0 +15,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc