Socket
Socket
Sign inDemoInstall

@react-spring/web

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/web - npm Package Compare versions

Comparing version 9.0.0-canary.808.3.225e0b1 to 9.0.0-canary.808.4.e67bf81

4

index.cjs.js

@@ -8,3 +8,3 @@ 'use strict';

var _objectWithoutPropertiesLoose = _interopDefault(require('@babel/runtime/helpers/objectWithoutPropertiesLoose'));
var core = require('core');
var core = require('@react-spring/core/index.cjs.js');
var reactDom = require('react-dom');

@@ -15,3 +15,3 @@ var stringInterpolation = require('@react-spring/shared/stringInterpolation');

var _inheritsLoose = _interopDefault(require('@babel/runtime/helpers/inheritsLoose'));
var animated$1 = require('animated');
var animated$1 = require('@react-spring/animated/index.cjs.js');

@@ -18,0 +18,0 @@ var isCustomPropRE = /^--/;

import { ForwardRefExoticComponent, CSSProperties } from 'react';
import { ElementType, Merge, ComponentPropsWithRef, FluidProps, FluidValue } from '@react-spring/shared';
export * from 'core';
export * from '@react-spring/core';

@@ -5,0 +5,0 @@ declare type JSXElements = keyof JSX.IntrinsicElements;

import _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';
import { Globals as Globals$1 } from 'core';
export * from 'core';
import { Globals as Globals$1 } from '@react-spring/core';
export * from '@react-spring/core';
import { unstable_batchedUpdates } from 'react-dom';

@@ -8,3 +8,3 @@ import { createStringInterpolator } from '@react-spring/shared/stringInterpolation';

import { Globals, each, is, toArray, FluidValue, getFluidConfig } from '@react-spring/shared';
import { AnimatedObject, extendAnimated, withAnimated } from 'animated';
import { AnimatedObject, extendAnimated, withAnimated } from '@react-spring/animated';

@@ -11,0 +11,0 @@ const isCustomPropRE = /^--/;

{
"name": "@react-spring/web",
"version": "9.0.0-canary.808.3.225e0b1",
"version": "9.0.0-canary.808.4.e67bf81",
"description": "Cross-platform animation engine for React",

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

"@babel/runtime": "^7.3.1",
"animated": "npm:@react-spring/animated@9.0.0-canary.808.3.225e0b1",
"core": "npm:@react-spring/core@9.0.0-canary.808.3.225e0b1",
"shared": "npm:@react-spring/shared@9.0.0-canary.808.3.225e0b1"
"@react-spring/animated": "9.0.0-canary.808.4.e67bf81",
"@react-spring/core": "9.0.0-canary.808.4.e67bf81",
"@react-spring/shared": "9.0.0-canary.808.4.e67bf81"
},

@@ -36,0 +36,0 @@ "devDependencies": {

import { CSSProperties, ForwardRefExoticComponent } from 'react'
import { withAnimated, extendAnimated } from 'animated'
import { withAnimated, extendAnimated } from '@react-spring/animated'
import {

@@ -4,0 +4,0 @@ ElementType,

@@ -1,2 +0,2 @@

import { AnimatedObject } from 'animated'
import { AnimatedObject } from '@react-spring/animated'
import {

@@ -3,0 +3,0 @@ is,

@@ -1,2 +0,2 @@

import { Globals } from 'core'
import { Globals } from '@react-spring/core'
import { unstable_batchedUpdates } from 'react-dom'

@@ -19,2 +19,2 @@ import { createStringInterpolator } from '@react-spring/shared/stringInterpolation'

export * from './animated'
export * from 'core'
export * from '@react-spring/core'
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