Socket
Socket
Sign inDemoInstall

semantic-release-license

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-release-license - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

build/handlers/bsl.js

@@ -7,3 +7,4 @@ "use strict";

.replace(/(Licensed Work:.*)(\d\.\d\.\d.*)/, (full, part1) => (`${part1}${context.nextRelease.version}`))
.replace(/(Change Date.*)(\d{4}-\d{2}-\d{2})/, (full, part1) => {
.replace(/(Change Date: +)(\d+-\d+-\d+)/, (full, part1) => {
console.log(full, part1);
const today = new Date();

@@ -10,0 +11,0 @@ const newDate = `${today.getFullYear() + 4}-${today.getMonth() + 1}-${today.getDate()}`;

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

## [1.0.2](https://github.com/cbhq/semantic-release-license/compare/v1.0.1...v1.0.2) (2020-12-12)
### Bug Fixes
* bsl does not support non-zero-padded date ([047c727](https://github.com/cbhq/semantic-release-license/commit/047c72743303783b4c5414f68115bc127d25ac60))
## [1.0.1](https://github.com/cbhq/semantic-release-license/compare/v1.0.0...v1.0.1) (2020-12-12)

@@ -2,0 +9,0 @@

{
"name": "semantic-release-license",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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