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

@krlwlfrt/omeco

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@krlwlfrt/omeco - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [0.4.1](https://gitlab.com/krlwlfrt/omeco/compare/v0.4.0...v0.4.1) (2021-02-22)
# [0.4.0](https://gitlab.com/krlwlfrt/omeco/compare/v0.3.0...v0.4.0) (2021-02-22)

@@ -2,0 +6,0 @@

7

package.json
{
"name": "@krlwlfrt/omeco",
"version": "0.4.0",
"version": "0.4.1",
"description": "OData metadata converter",

@@ -49,3 +49,3 @@ "repository": {

"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
"documentation": "typedoc --out docs --readme README.md --listInvalidSymbolLinks src",
"prepublishOnly": "npm ci && npm run build",

@@ -57,4 +57,3 @@ "test": "nyc mocha --require ts-node/register 'test/**/*.spec.ts'",

"preversion": "npm run prepublishOnly",
"push": "git push && git push origin \"v$npm_package_version\"",
"typedoc": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src"
"push": "git push && git push origin \"v$npm_package_version\""
},

@@ -61,0 +60,0 @@ "bin": {

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