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

oro-functions

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

oro-functions - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

18

CHANGELOG.md

@@ -0,1 +1,19 @@

## 2.0.2 / 2023-11-22
* Fixed _github action_ `npm_publish_on_pr_merge_to_master`.
* Updated libs:
* `fast-glob` from `v3.3.1` to `v3.3.2`.
* `oro-functions-client` from `v2.1.0` to `v2.1.1`.
* Updated _dev_ libs:
* `@babel/core` from `v7.23.2` to `v7.23.3`.
* `@babel/preset-env` from `v7.23.2` to `v7.23.3`.
* `@babel/preset-typescript` from `v7.23.2` to `v7.23.3`.
* `@types/atob` from `v2.1.3` to `v2.1.4`.
* `@types/fs-extra` from `v11.0.3` to `v11.0.4`.
* `@types/jest` from `v29.5.7` to `v29.5.10`.
* `@typescript-eslint/eslint-plugin` from `v6.9.1` to `v6.12.0`.
* `@typescript-eslint/parser` from `v6.9.1` to `v6.12.0`.
* `eslint` from `v8.52.0` to `v8.54.0`.
* `prettier` from `v3.0.3` to `v3.1.0`.
* `tsup` from `v7.2.0` to `v8.0.1`.
## 2.0.1 / 2023-11-03

@@ -2,0 +20,0 @@ * Fixed typescript output definition of _fn_ `getFileJsonRecursively`, `getFileJsonRecursivelySync` to simplify their use (removing `{}`).

2

dist/index.d.ts

@@ -154,2 +154,2 @@ import { SResponseOKObject, SResponseKOObject, Ofn as Ofn$1 } from 'oro-functions-client';

export { CryptoKeyPairError, CryptoKeyPairObject, CryptoKeyPairOptions, CryptoKeyPairResponse, CryptoKeyPairType, GetPortFreeError, GetPortFreeOptions, GetPortFreeResponse, GlobFilesOptions, IsPortFreeError, IsPortFreeResponse, OConfigArgs, OConfigDefaultParams, OConfigError, OConfigObject, OConfigResponse, Ofn, PortFreeObject, ProcessWriteBackground, ProcessWriteColor, ProcessWriteObject, ProcessWriteObjectShort, ProcessWriteObjectSimple, ProcessWriteObjectVerbose, ZipFolderError, ZipFolderObject, ZipFolderResponse, cryptoGenerateKeyPair, Ofn as default, folderIsEmpty, getFileJsonRecursively, getFileJsonRecursivelySync, getPortFree, globFiles, isPortAvailable, isPortFree, jwkTokenDecode, obtainOConfig, obtainOConfigSync, obtainOroConfig, obtainOroConfigSync, osIsAndroid, osIsLinux, osIsMac, osIsWindows, osPlatform, pathIsFolder, processWrite, processWrites, zipFolder };
export { type CryptoKeyPairError, type CryptoKeyPairObject, type CryptoKeyPairOptions, type CryptoKeyPairResponse, type CryptoKeyPairType, type GetPortFreeError, type GetPortFreeOptions, type GetPortFreeResponse, type GlobFilesOptions, type IsPortFreeError, type IsPortFreeResponse, type OConfigArgs, type OConfigDefaultParams, type OConfigError, type OConfigObject, type OConfigResponse, Ofn, type PortFreeObject, type ProcessWriteBackground, type ProcessWriteColor, type ProcessWriteObject, type ProcessWriteObjectShort, type ProcessWriteObjectSimple, type ProcessWriteObjectVerbose, type ZipFolderError, type ZipFolderObject, type ZipFolderResponse, cryptoGenerateKeyPair, Ofn as default, folderIsEmpty, getFileJsonRecursively, getFileJsonRecursivelySync, getPortFree, globFiles, isPortAvailable, isPortFree, jwkTokenDecode, obtainOConfig, obtainOConfigSync, obtainOroConfig, obtainOroConfigSync, osIsAndroid, osIsLinux, osIsMac, osIsWindows, osPlatform, pathIsFolder, processWrite, processWrites, zipFolder };
{
"name": "oro-functions",
"version": "2.0.1",
"version": "2.0.2",
"description": "The Class Ofn extends Ofn-client and includes additional static helper functions for: URLs, Files, Operating System.",

@@ -41,19 +41,19 @@ "type": "module",

"atob": "^2.1.2",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.1.1",
"get-port-please": "^3.1.1",
"oro-functions-client": "^2.1.0",
"oro-functions-client": "^2.1.1",
"zip-lib": "^0.7.3"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/atob": "^2.1.3",
"@types/fs-extra": "^11.0.3",
"@types/jest": "^29.5.7",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/atob": "^2.1.4",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"babel-jest": "^29.7.0",
"eslint": "^8.52.0",
"eslint": "^8.54.0",
"eslint-config-alloy": "^5.1.2",

@@ -63,6 +63,6 @@ "eslint-plugin-unicorn": "^49.0.0",

"jest": "^29.7.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
}
}

Sorry, the diff of this file is not supported yet

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