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

@aigamo/nostalgic-diva

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aigamo/nostalgic-diva - npm Package Compare versions

Comparing version 1.14.1 to 1.14.2

14

package.json
{
"name": "@aigamo/nostalgic-diva",
"version": "1.14.1",
"version": "1.14.2",
"type": "module",

@@ -31,3 +31,3 @@ "scripts": {

"rimraf": "^3.0.2",
"typescript": "^5.0.4",
"typescript": "^5.4.3",
"vite": "^4.3.1",

@@ -48,4 +48,10 @@ "vite-plugin-dts": "^2.3.0"

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

@@ -52,0 +58,0 @@ },

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