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

cpe-patterns

Package Overview
Dependencies
Maintainers
5
Versions
57
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 1.2.0 to 1.2.1

11

CHANGELOG.md

@@ -8,2 +8,11 @@ # Changelog

## [Unreleased]
## [1.2.1] - 2018-12-4
### Fixed
- Lock magnify version to fix regression ([#228](https://github.com/cloudfour/cpe-patterns/pull/228))
- Improved publish process, no longer attempts to push tags when `npm version` is run (#227)
## [1.2.0] - 2018-11-29

@@ -17,4 +26,2 @@

## [Unreleased]
## [1.2.0] - 2018-11-29

@@ -21,0 +28,0 @@

7

package.json
{
"name": "cpe-patterns",
"version": "1.2.0",
"version": "1.2.1",
"author": "Cloud Four",

@@ -59,3 +59,3 @@ "description": "A pattern library authoring environment",

"imports-loader": "^0.7.1",
"magnify": "^2.1.0",
"magnify": "2.1.0",
"nodelist-foreach": "^1.0.1",

@@ -95,4 +95,3 @@ "postcss-cssnext": "^2.10.0",

"check-lint": "prettier --list-different '**/*.js' && eslint '**/*.js'",
"version": "node scripts/update-changelog.js && git add CHANGELOG.md",
"postversion": "git push && git push --tags",
"version": "node scripts/update-changelog.js",
"lint": "prettier --write '**/*.js' && eslint --fix '**/*.js'",

@@ -99,0 +98,0 @@ "build": "gulp build",

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