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

@cobalt-engine/get-cov

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cobalt-engine/get-cov - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

10

_changelog.json

@@ -22,4 +22,14 @@ {

]
},
{
"version": "3.0.1",
"date": "2018.02.22",
"messages": [
{
"type": "update",
"message": "Correct error message"
}
]
}
]
}

15

changelog.md
# Release notes
### 3.0.1 - 2018.02.22
#### Updated
- Correct error message
### 3.0.0 - 2017.12.04
#### Features
- to @cobalt-engine name space
### 2.0.0 - 2017.02.28
#### Features
- Read cobalt version from installed 'core' component
- Read cobalt version from installed 'core' component

2

dist/index.js

@@ -16,3 +16,3 @@ "use strict";

const VERSION_FIELD = 'dependencies.core';
const ERROR_MESSAGE = 'Cobalt version not found';
const ERROR_MESSAGE = 'Cobalt version not found or there is no Cobalt presentation';
module.exports = getCobaltVersion;

@@ -19,0 +19,0 @@ module.exports.default = getCobaltVersion;

@@ -16,3 +16,3 @@ import { join } from 'path'

const VERSION_FIELD = 'dependencies.core'
const ERROR_MESSAGE = 'Cobalt version not found'
const ERROR_MESSAGE = 'Cobalt version not found or there is no Cobalt presentation'

@@ -19,0 +19,0 @@ module.exports = getCobaltVersion // required for being importable from both .ts and .js as default

{
"name": "@cobalt-engine/get-cov",
"version": "3.0.0",
"version": "3.0.1",
"description": "",

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

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ declare module 'semver-utils' {

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