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-canary.808.3.225e0b1 to 9.0.0-canary.808.4.e67bf81

4

index.cjs.js

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

var colorNames = _interopDefault(require('@react-spring/shared/colors'));
var animated$1 = require('animated');
var core = require('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'];

import { ElementType, ForwardRefExoticComponent, CSSProperties } from 'react';
import { ElementType as ElementType$1, ComponentPropsWithRef, AssignableKeys, FluidValue } from '@react-spring/shared';
import * as konva from 'react-konva';
export * from 'core';
export * from '@react-spring/core';

@@ -6,0 +6,0 @@ declare type KonvaExports = typeof konva;

import { Globals } from '@react-spring/shared';
import { createStringInterpolator } from '@react-spring/shared/stringInterpolation';
import colorNames from '@react-spring/shared/colors';
import { extendAnimated, withAnimated } from 'animated';
export * from 'core';
import { extendAnimated, withAnimated } from '@react-spring/animated';
export * from '@react-spring/core';

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

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

@@ -16,2 +16,2 @@ import { Globals } from '@react-spring/shared'

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