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 0.0.1-alpha.3 to 0.0.1-alpha.4

2

index.cjs.js

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

"use strict";function _interopDefault(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var shared=require("@react-spring/shared"),stringInterpolation=require("@react-spring/shared/stringInterpolation"),colorNames=_interopDefault(require("@react-spring/shared/colors")),animated$1=require("@react-spring/animated"),core=require("@react-spring/core");shared.Globals.assign({defaultElement:"Group",createStringInterpolator:stringInterpolation.createStringInterpolator,colorNames:colorNames,applyAnimatedValues(e,r){if(!e.nodeType)return!1;e._applyProps(e,r)}});const elements=["Arc","Arrow","Circle","Ellipse","FastLayer","Group","Image","Label","Layer","Line","Path","Rect","RegularPolygon","Ring","Shape","Sprite","Star","Tag","Text","TextPath","Transformer","Wedge"],animated=animated$1.withExtend(animated$1.createAnimatedComponent).extend(elements);Object.keys(core).forEach(function(e){Object.defineProperty(exports,e,{enumerable:!0,get:function(){return core[e]}})}),exports.a=animated,exports.animated=animated;
"use strict";function _interopDefault(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var shared=require("@react-spring/shared"),stringInterpolation=require("@react-spring/shared/stringInterpolation"),colorNames=_interopDefault(require("@react-spring/shared/colors")),animated$1=require("@react-spring/animated"),core=require("@react-spring/core");const elements=["Arc","Arrow","Circle","Ellipse","FastLayer","Group","Image","Label","Layer","Line","Path","Rect","RegularPolygon","Ring","Shape","Sprite","Star","Tag","Text","TextPath","Transformer","Wedge"],animated=animated$1.withExtend(animated$1.createAnimatedComponent).extend(elements);shared.Globals.assign({defaultElement:"Group",createStringInterpolator:stringInterpolation.createStringInterpolator,colorNames:colorNames,applyAnimatedValues(e,r){if(!e.nodeType)return!1;e._applyProps(e,r)}}),Object.keys(core).forEach(function(e){Object.defineProperty(exports,e,{enumerable:!0,get:function(){return core[e]}})}),exports.a=animated,exports.animated=animated;
//# sourceMappingURL=index.cjs.js.map

@@ -5,2 +5,3 @@ import * as konva from 'react-konva';

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

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

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

import{Globals as r}from"@react-spring/shared";import{createStringInterpolator as e}from"@react-spring/shared/stringInterpolation";import a from"@react-spring/shared/colors";import{withExtend as t,createAnimatedComponent as o}from"@react-spring/animated";export*from"@react-spring/core";r.assign({defaultElement:"Group",createStringInterpolator:e,colorNames:a,applyAnimatedValues(r,e){if(!r.nodeType)return!1;r._applyProps(r,e)}});const p=t(o).extend(["Arc","Arrow","Circle","Ellipse","FastLayer","Group","Image","Label","Layer","Line","Path","Rect","RegularPolygon","Ring","Shape","Sprite","Star","Tag","Text","TextPath","Transformer","Wedge"]);export{p as a,p as animated};
import{Globals as r}from"@react-spring/shared";import{createStringInterpolator as e}from"@react-spring/shared/stringInterpolation";import a from"@react-spring/shared/colors";import{withExtend as t,createAnimatedComponent as o}from"@react-spring/animated";export*from"@react-spring/core";const p=t(o).extend(["Arc","Arrow","Circle","Ellipse","FastLayer","Group","Image","Label","Layer","Line","Path","Rect","RegularPolygon","Ring","Shape","Sprite","Star","Tag","Text","TextPath","Transformer","Wedge"]);r.assign({defaultElement:"Group",createStringInterpolator:e,colorNames:a,applyAnimatedValues(r,e){if(!r.nodeType)return!1;r._applyProps(r,e)}});export{p as a,p as animated};
//# sourceMappingURL=index.js.map
{
"name": "@react-spring/konva",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "Cross-platform animation engine",

@@ -28,7 +28,8 @@ "keywords": [

"module": "index.js",
"types": "src/index.ts",
"dependencies": {
"@babel/runtime": "^7.3.1",
"@react-spring/animated": "^0.0.1-alpha.2",
"@react-spring/core": "^0.0.1-alpha.4",
"@react-spring/shared": "^0.0.1-alpha.2",
"@react-spring/animated": "^0.0.1-alpha.3",
"@react-spring/core": "^0.0.1-alpha.6",
"@react-spring/shared": "^0.0.1-alpha.3",
"tslib": "^1.9.3"

@@ -35,0 +36,0 @@ },

Sorry, the diff of this file is not supported yet

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