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

@slidy/core

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slidy/core - npm Package Compare versions

Comparing version
3.7.7
to
3.7.8
+9
-5
package.json
{
"name": "@slidy/core",
"version": "3.7.7",
"version": "3.7.8",
"description": "Simple, configurable, nested & reusable sliding action script",

@@ -16,3 +16,7 @@ "unpkg": "dist/index.js",

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

@@ -52,6 +56,6 @@ "require": "./dist/index.cjs",

"devDependencies": {
"@slidy/easing": "1.0.6",
"@slidy/animation": "1.0.8",
"@slidy/animation": "1.0.9",
"@slidy/easing": "1.0.7",
"@slidy/plugins": "1.2.0",
"@slidy/media": "1.2.8"
"@slidy/media": "1.2.9"
},

@@ -58,0 +62,0 @@ "scripts": {