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.1 to 0.0.1-alpha.2

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]}})}),Object.defineProperty(exports,"Globals",{enumerable:!0,get:function(){return shared.Globals}}),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");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;
//# sourceMappingURL=index.cjs.js.map

@@ -1,5 +0,4 @@

import { AssignableKeys, SpringValue } from '@react-spring/shared';
export { Globals } from '@react-spring/shared';
import * as konva from 'react-konva';
import { WithExtend } from '@react-spring/animated';
import { AssignableKeys, SpringValue } from '@react-spring/shared';
import { ElementType, ForwardRefExoticComponent, ComponentPropsWithRef, CSSProperties } from 'react';

@@ -6,0 +5,0 @@

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

import{Globals as r}from"@react-spring/shared";export{Globals}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";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};
//# sourceMappingURL=index.js.map
{
"name": "@react-spring/konva",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "Cross-platform animation engine",

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

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