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

react-now-you-see-me

Package Overview
Dependencies
Maintainers
8
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-now-you-see-me - npm Package Compare versions

Comparing version 1.5.14 to 1.5.15

2

lib/in-view.js

@@ -36,3 +36,3 @@ "use strict";

function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function () { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }

@@ -39,0 +39,0 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }

{
"name": "react-now-you-see-me",
"description": "A React component for determining when an element is within a given threshold of the viewport, horizontally.",
"version": "1.5.14",
"version": "1.5.15",
"author": "Jane Web Team",

@@ -48,11 +48,11 @@ "contributors": [

"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/register": "7.9.0",
"@babel/cli": "7.10.3",
"@babel/core": "7.10.3",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "7.10.1",
"@babel/register": "7.10.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.0.1",
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",

@@ -63,7 +63,7 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24",

"dom-testing-library": "2.5.0",
"eslint": "7.1.0",
"eslint": "7.3.1",
"eslint-plugin-jane": "8.0.1",
"husky": "4.2.5",
"jest": "26.0.1",
"lint-staged": "10.2.6",
"jest": "26.1.0",
"lint-staged": "10.2.11",
"marked": "1.1.0",

@@ -77,5 +77,5 @@ "npm-run-all": "4.1.5",

"regenerator-runtime": "0.13.5",
"sortpack": "2.1.4",
"sortpack": "2.1.5",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"

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