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

@hypernym/nuxt-gsap

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hypernym/nuxt-gsap - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

4

dist/module.json
{
"name": "@hypernym/nuxt-gsap",
"version": "2.4.2",
"version": "2.4.3",
"configKey": "gsap",

@@ -8,2 +8,2 @@ "compatibility": {

}
}
}

@@ -30,2 +30,2 @@ import { ModuleOptions } from './module'

export { ModuleOptions, default } from './module'
export { ModuleOptions, default } from './module'
MIT License
Copyright (c) 2023 Ivo Dolenc, Hypernym Studio
Copyright (c) 2024 Ivo Dolenc, Hypernym Studio

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@hypernym/nuxt-gsap",
"version": "2.4.2",
"version": "2.4.3",
"author": "Hypernym Studio",

@@ -37,4 +37,4 @@ "description": "GSAP module for Nuxt.",

"preview:play": "nuxt preview playground",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js .",
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js --fix .",
"lint": "eslint -c .config/eslint.config.js .",
"lint:fix": "eslint -c .config/eslint.config.js --fix .",
"format": "prettier --config .config/prettier.config.js --write .",

@@ -44,14 +44,14 @@ "prepublishOnly": "npm run build"

"dependencies": {
"gsap": "^3.12.2"
"gsap": "^3.12.5"
},
"devDependencies": {
"@hypernym/bundler": "^0.1.2",
"@hypernym/eslint-config": "^2.0.2",
"@hypernym/prettier-config": "^2.0.2",
"@types/node": "^20.8.5",
"eslint": "^8.51.0",
"nuxt": "^3.7.4",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"@hypernym/bundler": "^0.9.3",
"@hypernym/eslint-config": "^3.0.2",
"@hypernym/prettier-config": "^3.0.1",
"@types/node": "^22.5.0",
"eslint": "^9.9.1",
"nuxt": "^3.13.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}

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