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

@react-spring/zdog

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/zdog - npm Package Compare versions

Comparing version 9.0.0-beta.30 to 9.0.0-beta.31

4

index.cjs.js

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

var reactZdog = require('react-zdog');
var core = require('@react-spring/core');
var core = require('@react-spring/core/index.cjs.js');
var stringInterpolation = require('@react-spring/shared/stringInterpolation');
var colorNames = _interopDefault(require('@react-spring/shared/colors'));
var animated$1 = require('@react-spring/animated');
var animated$1 = require('@react-spring/animated/index.cjs.js');

@@ -14,0 +14,0 @@ var elements = ['Anchor', 'Shape', 'Group', 'Rect', 'RoundedRect', 'Ellipse', 'Polygon', 'Hemisphere', 'Cylinder', 'Cone', 'Box']; // Extend animated with all the available Zdog elements

@@ -8,5 +8,5 @@ import { addEffect, Anchor, invalidate, applyProps } from 'react-zdog';

var elements = ['Anchor', 'Shape', 'Group', 'Rect', 'RoundedRect', 'Ellipse', 'Polygon', 'Hemisphere', 'Cylinder', 'Cone', 'Box']; // Extend animated with all the available Zdog elements
const elements = ['Anchor', 'Shape', 'Group', 'Rect', 'RoundedRect', 'Ellipse', 'Polygon', 'Hemisphere', 'Cylinder', 'Cone', 'Box']; // Extend animated with all the available Zdog elements
var animated = extendAnimated(withAnimated, elements);
const animated = extendAnimated(withAnimated, elements);

@@ -20,4 +20,4 @@ if (addEffect) addEffect(update);

applyAnimatedValues: applyProps,
createStringInterpolator: createStringInterpolator,
colorNames: colorNames
createStringInterpolator,
colorNames
});

@@ -24,0 +24,0 @@

{
"name": "@react-spring/zdog",
"version": "9.0.0-beta.30",
"version": "9.0.0-beta.31",
"description": "Cross-platform animation engine",

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

"@babel/runtime": "^7.3.1",
"@react-spring/animated": "^9.0.0-beta.30",
"@react-spring/core": "^9.0.0-beta.30",
"@react-spring/shared": "^9.0.0-beta.30"
"@react-spring/animated": "^9.0.0-beta.31",
"@react-spring/core": "^9.0.0-beta.31",
"@react-spring/shared": "^9.0.0-beta.31"
},

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

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