New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@slidy/easing

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slidy/easing - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+2
-2
dist/index.d.ts

@@ -183,4 +183,4 @@ declare module "core/src/types" {

<T extends {}, U>(target: T, source: U): T & U;
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V;
<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
(target: object, ...sources: any[]): any;

@@ -187,0 +187,0 @@ }, entries: {

{
"name": "@slidy/easing",
"version": "1.0.6",
"version": "1.0.7",
"description": "Simple easing functions for inertion scrolling",

@@ -14,7 +14,10 @@ "main": "dist/index.cjs",

".": {
"browser": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs",
"browser": "./dist/index.js"
"import": "./dist/index.mjs"
},

@@ -21,0 +24,0 @@ "./*": "./dist/*",