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

@mmb-digital/ds-lilly

Package Overview
Dependencies
Maintainers
4
Versions
727
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mmb-digital/ds-lilly - npm Package Compare versions

Comparing version 0.0.1-alpha.10 to 0.0.1-alpha.11

.stylelintrc

3

dist/types/components/Components/index.d.ts

@@ -0,5 +1,8 @@

export * from './Alert'
export * from './Button'
export * from './Collapse'
export * from './Icon'
export * from './Loader'
export * from './Menu'
export * from './Tabs'
export * from './UserAuth'
export * from './App'
export * from './Curtain'
export * from './Grid'
export * from './Header'
export * from './components/Components'
export * from './components/FormElements'
export * from './components/Layout'
export * from './components/Typography'

13

package.json
{
"name": "@mmb-digital/ds-lilly",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "MMB LILLY design system",

@@ -10,4 +10,4 @@ "scripts": {

"check:c": "yarn build && yarn lint:fix && git add -A",
"lint:fix": "yarn lint --fix",
"lint": "tsc --noEmit && eslint --ext .js,.jsx,.ts,.tsx . --cache --ignore-path .gitignore --max-warnings=0",
"lint:fix": "yarn lint --fix && stylelint --fix \"**/*.scss\" ",
"lint": "tsc --noEmit && stylelint \"**/*.scss\" && eslint --ext .js,.jsx,.ts,.tsx . --cache --ignore-path .gitignore --max-warnings=0",
"start": "yarn generate:icons && start-storybook -p 6006",

@@ -29,3 +29,4 @@ "storybook:build": "build-storybook",

"dependencies": {
"classnames": "^2.2.6"
"classnames": "^2.2.6",
"react-flatpickr": "^3.10.1"
},

@@ -51,2 +52,3 @@ "peerDependencies": {

"@mdx-js/react": "^1.5.8",
"@namics/stylelint-bem": "^6.3.1",
"@storybook/addon-centered": "^5.3.19",

@@ -63,2 +65,3 @@ "@storybook/addon-docs": "^5.3.19",

"@types/react-dom": "^16.9.8",
"@types/react-flatpickr": "^3.8.1",
"@typescript-eslint/eslint-plugin": "^3.3.0",

@@ -96,2 +99,4 @@ "@typescript-eslint/parser": "^3.3.0",

"style-loader": "^1.2.1",
"stylelint": "^13.6.1",
"stylelint-config-sass-guidelines": "^7.0.0",
"svgo": "^1.3.2",

@@ -98,0 +103,0 @@ "svgstore-cli": "^2.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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