New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gesture-helper

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gesture-helper - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

16

dist/index.js

@@ -1,3 +0,12 @@

var GestureHelper =
/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("GestureHelper", [], factory);
else if(typeof exports === 'object')
exports["GestureHelper"] = factory();
else
root["GestureHelper"] = factory();
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -1510,2 +1519,3 @@ /******/ var installedModules = {};

/***/ })
/******/ ])["default"];
/******/ ])["default"];
});

10

package.json
{
"name": "gesture-helper",
"version": "0.1.16",
"version": "0.1.17",
"description": "a *tiny* touch & mouse library to help make tracking touch interactions more simple.",
"unpkg": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"main": "dist/index.js",

@@ -32,5 +32,5 @@ "files": [

"demo": "webpack-dev-server --config ./webpack.demo.config.js --colors --open",
"build-split": "webpack --config ./webpack.config.js",
"build-umd": "webpack --config ./webpack.umd.config.js",
"build": "yarn build-split; yarn build-umd",
"build-normal": "webpack --config ./webpack.config.js",
"build-min": "webpack --config ./webpack.min.config.js",
"build": "yarn build-normal; yarn build-min",
"prepublish": "yarn build"

@@ -37,0 +37,0 @@ },

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