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

rax-touchable

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rax-touchable - npm Package Compare versions

Comparing version 0.2.11 to 0.3.0

6

dist/touchable.factory.js
module.exports = function(require, exports, module) {
with(this) { module.exports = /******/ (function(modules) { // webpackBootstrap
with(this) { module.exports = /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -10,5 +10,5 @@ /******/ var installedModules = {};

/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/
/******/ }
/******/ // Create a new module (and put it into the cache)

@@ -15,0 +15,0 @@ /******/ var module = installedModules[moduleId] = {

;(function(fn) {
if (typeof exports === "object" && typeof module !== "undefined") {
module.exports = fn();
} else if (typeof define === "function") {
define("rax-touchable", function(require, exports, module){
;(function(fn) {
if (typeof exports === "object" && typeof module !== "undefined") {
module.exports = fn();
});
} else {
var root;
if (typeof window !== "undefined") {
root = window;
} else if (typeof self !== "undefined") {
root = self;
} else if (typeof global !== "undefined") {
root = global;
} else if (typeof define === "function") {
define("rax-touchable", function(require, exports, module){
module.exports = fn();
});
} else {
// NOTICE: In JavaScript strict mode, this is null
root = this;
var root;
if (typeof window !== "undefined") {
root = window;
} else if (typeof self !== "undefined") {
root = self;
} else if (typeof global !== "undefined") {
root = global;
} else {
// NOTICE: In JavaScript strict mode, this is null
root = this;
}
root["RaxTouchable"] = fn();
}
root["RaxTouchable"] = fn();
}
})(function(){
return /******/ (function(modules) { // webpackBootstrap
})(function(){
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -32,5 +32,5 @@ /******/ var installedModules = {};

/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/
/******/ }
/******/ // Create a new module (and put it into the cache)

@@ -37,0 +37,0 @@ /******/ var module = installedModules[moduleId] = {

{
"name": "rax-touchable",
"version": "0.2.11",
"version": "0.3.0",
"description": "Touchable component for Rax.",

@@ -24,4 +24,4 @@ "license": "BSD-3-Clause",

"dependencies": {
"rax-view": "^0.2.11",
"universal-env": "^0.2.11"
"rax-view": "^0.3.0",
"universal-env": "^0.3.0"
},

@@ -32,4 +32,4 @@ "peerDependencies": {

"devDependencies": {
"rax-test-renderer": "^0.2.11"
"rax-test-renderer": "^0.3.0"
}
}

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