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.6.0 to 1.0.0

33

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

@@ -16,24 +16,24 @@ "repository": {

"dependencies": {
"@krlwlfrt/tsg": "0.10.0",
"@krlwlfrt/tsg": "1.0.0",
"@types/xml2js": "0.4.11",
"commander": "9.4.0",
"commander": "10.0.0",
"xml2js": "0.4.23"
},
"devDependencies": {
"@krlwlfrt/otpc": "0.5.1",
"@testdeck/mocha": "0.2.1",
"@types/mocha": "10.0.0",
"@types/node": "18.7.23",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@krlwlfrt/otpc": "1.0.0",
"@testdeck/mocha": "0.3.3",
"@types/mocha": "10.0.1",
"@types/node": "18.14.2",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"conventional-changelog-cli": "2.2.2",
"eslint": "8.24.0",
"mocha": "10.0.0",
"eslint": "8.35.0",
"mocha": "10.2.0",
"node-plantuml": "0.9.0",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"rimraf": "4.1.2",
"ts-node": "10.9.1",
"typedoc": "0.23.15",
"typescript": "4.8.4"
"typedoc": "0.23.26",
"typescript": "4.9.5"
},

@@ -46,3 +46,3 @@ "peerDependencies": {

"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --out docs --readme README.md src/extract.ts",
"documentation": "typedoc --out docs --readme README.md src/index.ts",
"lint": "eslint src --ext .ts",

@@ -53,3 +53,4 @@ "prepublishOnly": "npm ci && npm run build && npm test",

"test": "nyc mocha --require ts-node/register 'test/**/*.spec.ts'",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"clean": "rm -rf package-lock.json node_modules"
},

@@ -56,0 +57,0 @@ "bin": {

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