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

react-antd-grid

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-antd-grid - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.d.ts

1

dist/cjs/index.d.ts
export * from "./components";
import "./styles/index.scss";

@@ -5,2 +5,4 @@ "use strict";

tslib_1.__exportStar(require("./components"), exports);
// import styles
require("./styles/index.scss");
//# sourceMappingURL=index.js.map
export * from "./components";
import "./styles/index.scss";
export * from "./components";
// import styles
import "./styles/index.scss";
//# sourceMappingURL=index.js.map
{
"name": "react-antd-grid",
"version": "1.0.0",
"version": "1.0.1",
"description": "The grid part of ant-design",

@@ -31,5 +31,7 @@ "keywords": [

"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build": "yarn build:esm && yarn build:cjs && yarn build:sass",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"build:sass": "sass --style=compressed ./src/styles/index.scss:dist/styles.css",
"build:rollup": "rollup -c",
"lint": "eslint \"{src/**/*,*}.{js,ts,jsx,tsx}\"",

@@ -42,5 +44,9 @@ "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",

"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.0.3",
"@types/react": "^18.0.21",
"@types/rollup-plugin-peer-deps-external": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",

@@ -54,8 +60,16 @@ "@typescript-eslint/parser": "^5.38.0",

"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.3",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.0.3",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.55.0",
"ts-jest": "^29.0.1",

@@ -62,0 +76,0 @@ "typescript": "^4.8.3"

2

README.md

@@ -59,3 +59,3 @@ <p align="center">

```jsx
import 'react-antd-grid/dist/ant-design-gird.css';
import 'react-antd-grid/dist/styles.css';
```

@@ -62,0 +62,0 @@

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