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.30 to 9.0.0-beta.31

4

index.cjs.js

@@ -10,4 +10,4 @@ 'use strict';

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

@@ -14,0 +14,0 @@ var elements = ['Arc', 'Arrow', 'Circle', 'Ellipse', 'FastLayer', 'Group', 'Image', 'Label', 'Layer', 'Line', 'Path', 'Rect', 'RegularPolygon', 'Ring', 'Shape', 'Sprite', 'Star', 'Tag', 'Text', 'TextPath', 'Transformer', 'Wedge'];

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

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

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

}
});

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

{
"name": "@react-spring/konva",
"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