Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-spring/shared

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/shared - npm Package Compare versions

Comparing version 9.0.0-beta.9 to 9.0.0-beta.10

3

createInterpolator.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var G = require("./globals");
var tslib_1 = require("tslib");
var G = tslib_1.__importStar(require("./globals"));
var _1 = require(".");

@@ -5,0 +6,0 @@ exports.createInterpolator = function (range, output, extrapolate) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var _1 = require(".");
var stringInterpolation_1 = require("./stringInterpolation");
var colors_1 = require("./colors");
var colors_1 = tslib_1.__importDefault(require("./colors"));
beforeAll(function () {

@@ -7,0 +8,0 @@ _1.Globals.assign({

@@ -6,3 +6,3 @@ "use strict";

tslib_1.__exportStar(require("./createInterpolator"), exports);
var Globals = require("./globals");
var Globals = tslib_1.__importStar(require("./globals"));
exports.Globals = Globals;

@@ -9,0 +9,0 @@ exports.is = {

@@ -36,4 +36,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var matchers = require("./colorMatchers");
var G = require("./globals");
var tslib_1 = require("tslib");
var matchers = tslib_1.__importStar(require("./colorMatchers"));
var G = tslib_1.__importStar(require("./globals"));
function normalizeColor(color) {

@@ -40,0 +41,0 @@ var match;

{
"name": "@react-spring/shared",
"version": "9.0.0-beta.9",
"version": "9.0.0-beta.10",
"description": "Globals and shared modules",

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

@@ -6,4 +6,4 @@ "use strict";

var colorToRgba_1 = require("./colorToRgba");
var tiny_invariant_1 = require("tiny-invariant");
var G = require("./globals");
var tiny_invariant_1 = tslib_1.__importDefault(require("tiny-invariant"));
var G = tslib_1.__importStar(require("./globals"));
// Problem: https://github.com/animatedjs/animated/pull/102

@@ -10,0 +10,0 @@ // Solution: https://stackoverflow.com/questions/638565/parsing-scientific-notation-sensibly/658662

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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