Socket
Socket
Sign inDemoInstall

@pelagiccreatures/sargasso

Package Overview
Dependencies
2
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.2 to 0.8.3

4

lib/Sargasso.js

@@ -31,3 +31,3 @@ /**

const supportsCustomElements = ('registerElement' in document)
const supportsCustomElements = ('customElements' in window)

@@ -492,4 +492,6 @@ /*

registerSargassoClass('Sargasso', Sargasso)
export {
Sargasso, registerSargassoClass, liveElements, registeredClasses
}
{
"name": "@pelagiccreatures/sargasso",
"version": "0.8.2",
"version": "0.8.3",
"description": "Simple, Fast, Reactive, supervised Javascript controllers for html elements.",

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

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

```html
<sargasso-my-class>This also works for MyClass in most browsers</sargasso-myclass>
<sargasso-my-class>This also works for MyClass in most browsers</sargasso-my-class>
```

@@ -93,0 +93,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc