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

cpe-patterns

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpe-patterns - npm Package Compare versions

Comparing version 2.7.1 to 3.0.0

15

CHANGELOG.md

@@ -10,2 +10,17 @@ # Changelog

## [3.0.0] - 2020-11-18
### Changed
- **Breaking Change:** Workarounds for IE11 JS support were removed in favor of using polyfill.io
### Added
- Elastic Textarea component
- New Product Card modifiers: `ProductCard--rounded`, `ProductCard--mdVertical`, `ProductCard--lgVertical`, `ProductCard--horizontal`
### Fixed
- Form "Optional" markers now pass a11y contrast checks on silver backgrounds
## [2.7.1] - 2020-10-28

@@ -12,0 +27,0 @@

38

package.json
{
"name": "cpe-patterns",
"version": "2.7.1",
"version": "3.0.0",
"author": "Cloud Four",

@@ -37,5 +37,6 @@ "description": "A pattern library authoring environment",

"devDependencies": {
"@cloudfour/eslint-config": "^1.0.0",
"@cloudfour/eslint-plugin": "^15.0.1",
"@cloudfour/gulp-tasks": "^2.5.0",
"@cloudfour/hbs-helpers": "^0.9.0",
"@cloudfour/transition-hidden-element": "^2.0.2",
"ajv": "^6.10.2",

@@ -45,11 +46,5 @@ "babel-core": "^6.7.6",

"babel-preset-es2015": "^6.6.0",
"@cloudfour/transition-hidden-element": "^2.0.2",
"doctoc": "^1.1.1",
"drizzle-builder": "0.0.10",
"eslint": "^5.7.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-unicorn": "^4.0.3",
"eslint": "^7.12.1",
"fg-snapper": "4.0.0-2",

@@ -60,3 +55,3 @@ "fg-toss": "^0.2.3",

"gulp-gh-pages": "^0.5.4",
"gulp-stylelint": "^3.9.0",
"gulp-stylelint": "^13.0.0",
"gulp-util": "^3.0.7",

@@ -67,2 +62,3 @@ "iframify": "github:edenspiekermann/iframify#ba8bfdc",

"nodelist-foreach": "^1.0.1",
"npm-run-all": "^4.1.5",
"postcss-cssnext": "^2.10.0",

@@ -74,8 +70,7 @@ "postcss-custom-media": "^6.0.0",

"postcss-nesting": "^7.0.1",
"prettier": "^1.14.3",
"prettier": "^2.1.2",
"prismjs": "^1.4.1",
"smoothscroll-polyfill": "^0.4.4",
"stylelint": "^7.10.1",
"stylelint-config-suitcss": "^11.0.0",
"stylelint-selector-bem-pattern": "^1.0.0",
"stylelint": "^13.7.2",
"stylelint-config-cloudfour-suit": "^3.0.0",
"suitcss-base": "^3.0.0",

@@ -93,2 +88,3 @@ "suitcss-components-arrange": "^1.1.1",

"throttle-debounce": "^1.0.1",
"typescript": "^4.0.5",
"umbrellajs": "^2.7.0"

@@ -102,10 +98,16 @@ },

"start": "gulp --dev",
"prepublishOnly": "npm ci && npm run build && prettier --list-different '**/*.js'",
"prepublishOnly": "npm ci && npm run check-lint && npm run build",
"postpublish": "git tag v$npm_package_version && git push --tags",
"check-lint": "prettier --list-different '**/*.js' && eslint '**/*.js'",
"version": "node scripts/update-changelog.js",
"lint": "prettier --write '**/*.js' && eslint --fix '**/*.js'",
"build": "gulp build",
"docs": "doctoc --title \"### Contents\" --maxlevel 2 docs/README.md"
"docs": "doctoc --title \"### Contents\" --maxlevel 2 docs/README.md",
"check-lint": "run-s check-lint:*",
"check-lint:prettier": "prettier --check \"**/*.(js|json)\"",
"check-lint:css": "stylelint \"**/*.css\"",
"check-lint:js": "eslint . --ext .js",
"lint": "run-s lint:*",
"lint:prettier": "prettier --write \"**/*.(js|json)\"",
"lint:css": "stylelint --fix \"**/*.css\"",
"lint:js": "eslint . --fix --ext .js"
}
}

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

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