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

@purpurds/grid

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purpurds/grid - npm Package Compare versions

Comparing version 5.11.0 to 5.11.1

src/grids.item.stories.tsx

2

dist/grid.item.d.ts

@@ -17,3 +17,3 @@ import { default as React, ReactChild, ReactElement, ReactFragment, ReactNode, ReactPortal } from 'react';

export declare const Item: ({ children, className, ["data-testid"]: dataTestId, colSpanSm, colSpanMd, colSpanLg, noColGap, }: ItemProps) => React.JSX.Element;
export declare const isItem: (child: ReactChild | ReactElement | ReactFragment | ReactPortal | string | number | boolean | null | undefined) => child is React.ReactElement<ItemProps, string | React.JSXElementConstructor<any>>;
export declare const isItem: (child: ReactChild | ReactElement | ReactFragment | ReactPortal | string | number | boolean | null | undefined) => child is ReactElement<ItemProps>;
//# sourceMappingURL=grid.item.d.ts.map
{
"name": "@purpurds/grid",
"version": "5.11.0",
"version": "5.11.1",
"license": "AGPL-3.0-only",

@@ -18,8 +18,9 @@ "main": "./dist/grid.cjs.js",

"classnames": "~2.5.0",
"@purpurds/tokens": "5.11.0"
"@purpurds/tokens": "5.11.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "~1.10.0",
"@storybook/blocks": "~7.6.0",
"@storybook/react": "~7.6.0",
"@storybook/blocks": "^8.2.6",
"@storybook/react": "^8.2.6",
"storybook": "^8.2.6",
"@telia/base-rig": "~8.2.0",

@@ -31,17 +32,17 @@ "@telia/react-rig": "~3.2.0",

"@types/node": "20.12.12",
"@types/react-dom": "~18.3.0",
"@types/react": "~18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.3",
"builtin-modules": "~3.3.0",
"eslint-plugin-testing-library": "~6.2.0",
"eslint": "~8.57.0",
"eslint": "^8.57.0",
"jsdom": "~22.1.0",
"lint-staged": "~10.5.3",
"prettier": "~2.8.8",
"react-dom": "~18.3.0",
"react": "~18.3.0",
"typescript": "~5.4.2",
"vite": "~5.2.2",
"react-dom": "^18.3.1",
"react": "^18.3.1",
"typescript": "^5.5.4",
"vite": "5.3.4",
"vitest": "~1.5.0",
"@purpurds/link": "5.11.0",
"@purpurds/component-rig": "1.0.0"
"@purpurds/component-rig": "1.0.0",
"@purpurds/link": "5.11.1"
},

@@ -48,0 +49,0 @@ "scripts": {

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