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 1.0.0 to 1.0.1

8

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

@@ -44,4 +44,5 @@ "repository": {

"build": "npm run lint && npm run compile",
"clean": "rm -rf package-lock.json node_modules",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --out docs --readme README.md src/index.ts",
"documentation": "typedoc --out docs --readme README.md src/cli.ts",
"lint": "eslint src --ext .ts",

@@ -52,4 +53,3 @@ "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",
"clean": "rm -rf package-lock.json node_modules"
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},

@@ -56,0 +56,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