Socket
Socket
Sign inDemoInstall

@react-spring/konva

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/konva - npm Package Compare versions

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

12

index.js

@@ -7,12 +7,11 @@ import { Globals } from '@react-spring/shared';

const elements = ['Arc', 'Arrow', 'Circle', 'Ellipse', 'FastLayer', 'Group', 'Image', 'Label', 'Layer', 'Line', 'Path', 'Rect', 'RegularPolygon', 'Ring', 'Shape', 'Sprite', 'Star', 'Tag', 'Text', 'TextPath', 'Transformer', 'Wedge'];
var elements = ['Arc', 'Arrow', 'Circle', 'Ellipse', 'FastLayer', 'Group', 'Image', 'Label', 'Layer', 'Line', 'Path', 'Rect', 'RegularPolygon', 'Ring', 'Shape', 'Sprite', 'Star', 'Tag', 'Text', 'TextPath', 'Transformer', 'Wedge'];
const animated = extendAnimated(withAnimated, elements);
var animated = extendAnimated(withAnimated, elements);
Globals.assign({
defaultElement: 'Group',
createStringInterpolator,
colorNames,
applyAnimatedValues(instance, props) {
createStringInterpolator: createStringInterpolator,
colorNames: colorNames,
applyAnimatedValues: function applyAnimatedValues(instance, props) {
if (!instance.nodeType) return false;

@@ -22,3 +21,2 @@

}
});

@@ -25,0 +23,0 @@

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

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

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

@@ -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