Socket
Socket
Sign inDemoInstall

@covector/assemble

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@covector/assemble - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

CHANGELOG.md
# Changelog
## [0.2.2]
- Pass split versions through to pipe.
- Bumped due to a bump in @covector/assemble.
- [6370826](https://www.github.com/jbolda/covector/commit/63708261d633d22ada1c7e14667b4107ea7e68c3) fix: pass split versions through to pipe ([#96](https://www.github.com/jbolda/covector/pull/96)) on 2020-07-11
## [0.2.1]

@@ -4,0 +10,0 @@

3

index.js

@@ -189,2 +189,5 @@ const unified = require("unified");

version: extraPublishParams.pkgFile.version,
versionMajor: extraPublishParams.pkgFile.versionMajor,
versionMinor: extraPublishParams.pkgFile.versionMinor,
versionPatch: extraPublishParams.pkgFile.versionPatch,
pkg: extraPublishParams.pkgFile.pkg,

@@ -191,0 +194,0 @@ };

2

package.json
{
"name": "@covector/assemble",
"version": "0.2.1",
"version": "0.2.2",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "files": [

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