Socket
Socket
Sign inDemoInstall

@ribajs/utils

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/utils - npm Package Compare versions

Comparing version 2.0.0-alpha.16 to 2.0.0-beta.1

2

dist/tools.d.ts
export declare const copyTextToClipboard: (text: string) => Promise<void>;
export declare const getOS: () => "Unknown" | "android" | "linux" | "ios" | "windows7" | "windows8" | "windows81" | "windows10" | "windows" | "windowsPhone" | "unix" | "osxCatalina" | "osxBigSur" | "osx" | "mac" | "webOS" | "playstation3" | "playstation4" | "PlaystationPortable" | "newNintendo3Ds" | "nintendoDsi" | "nintendo3Ds" | "nintendoWii" | "nintendoWiiU" | "palmos" | "symbian";
export declare const getOS: () => "ios" | "windows7" | "windows8" | "windows81" | "windows10" | "windows" | "windowsPhone" | "android" | "linux" | "unix" | "osxCatalina" | "osxBigSur" | "osx" | "mac" | "webOS" | "playstation3" | "playstation4" | "PlaystationPortable" | "newNintendo3Ds" | "nintendoDsi" | "nintendo3Ds" | "nintendoWii" | "nintendoWiiU" | "palmos" | "symbian" | "Unknown";
export declare const getOSType: () => {

@@ -4,0 +4,0 @@ isMobile: boolean;

{
"name": "@ribajs/utils",
"description": "Utils module of Riba.js",
"version": "2.0.0-alpha.16",
"version": "2.0.0-beta.1",
"type": "module",

@@ -41,3 +41,3 @@ "engines": {

"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit",
"build": "npm run lint && npm run build:ts",
"build": "yarn run lint && yarn run build:ts",
"build:ts": "tsc",

@@ -56,12 +56,12 @@ "clean": "rm -rf ./dist ./lib"

"devDependencies": {
"@babel/runtime": "^7.20.1",
"@babel/runtime-corejs3": "^7.20.1",
"@ribajs/eslint-config": "^2.0.0-alpha.16",
"@ribajs/tsconfig": "^2.0.0-alpha.16",
"@types/jest": "^28.1.8",
"@types/node": "^18.11.9",
"babel-jest": "^28.1.3",
"eslint": "^8.27.0",
"@babel/runtime": "^7.20.6",
"@babel/runtime-corejs3": "^7.20.6",
"@ribajs/eslint-config": "^2.0.0-beta.1",
"@ribajs/tsconfig": "^2.0.0-beta.1",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.11",
"babel-jest": "^29.3.1",
"eslint": "^8.29.0",
"typescript": "4.9.3"
}
}

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