New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nuxt-viewport

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-viewport - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

8

dist/module.d.ts

@@ -26,5 +26,3 @@ import * as _nuxt_schema from '@nuxt/schema';

*/
breakpoints: {
[key: string]: number;
};
breakpoints: Record<string, number>;
/**

@@ -41,5 +39,3 @@ * Cookie name.

*/
defaultBreakpoints: {
[key: string]: string;
};
defaultBreakpoints: Record<string, string>;
/**

@@ -46,0 +42,0 @@ * Fallback breakpoint.

@@ -7,3 +7,3 @@ {

"name": "nuxt-viewport",
"version": "2.0.4"
"version": "2.0.5"
}

@@ -13,5 +13,3 @@ import type { createViewportManager } from './manager';

*/
breakpoints: {
[key: string]: number;
};
breakpoints: Record<string, number>;
/**

@@ -28,5 +26,3 @@ * Cookie name.

*/
defaultBreakpoints: {
[key: string]: string;
};
defaultBreakpoints: Record<string, string>;
/**

@@ -33,0 +29,0 @@ * Fallback breakpoint.

{
"name": "nuxt-viewport",
"version": "2.0.4",
"version": "2.0.5",
"description": "Define custom viewports for your Nuxt project",

@@ -5,0 +5,0 @@ "type": "module",

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