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

wiggle.js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiggle.js - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "wiggle.js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Media query change listener",

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

@@ -6,2 +6,3 @@ # wiggle

npm install wiggle.js --save

@@ -25,3 +26,3 @@ ```javascript

// We are subscribing to names defined during initiation of wiggle.
// We are subscribing to names defined during initialization of wiggle.
screen.on('mobile', function() {

@@ -28,0 +29,0 @@ console.log('Function that will be executed if current screen size is mobile and every time screen size switches to mobile');

/*****************************************************
https://github.com/snovakovic/wiggle
author: stefan.novakovich@gmail.com
version: 1.1.0
version: 1.1.1
***************************************************/

@@ -6,0 +6,0 @@ (function(global, factory) {

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