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

rko

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rko - npm Package Compare versions

Comparing version 0.5.21 to 0.5.22

18

package.json
{
"private": false,
"version": "0.5.21",
"version": "0.5.22",
"name": "rko",

@@ -18,2 +18,5 @@ "author": {

"license": "MIT",
"files": [
"dist/**/*"
],
"main": "./dist/cjs/index.js",

@@ -23,8 +26,13 @@ "module": "./dist/esm/index.js",

"scripts": {
"start": "node scripts/dev & tsc --watch --incremental --emitDeclarationOnly --declarationMap --outDir dist/types",
"build": "yarn clean && node scripts/build && tsc --project tsconfig.build.json --emitDeclarationOnly --outDir dist/types",
"start:pre": "node scripts/pre-dev && yarn types:pre",
"start": "node scripts/dev & yarn types:dev",
"build": "yarn clean && node scripts/build && yarn types:build",
"types:pre": "tsc",
"types:dev": "tsc --watch",
"types:build": "tsc --project tsconfig.build.json",
"lint": "eslint src/ --ext .ts,.tsx",
"clean": "rm -rf dist",
"ts-node": "ts-node",
"docs": "typedoc --entryPoints src/index.ts"
"docs": "typedoc",
"docs:watch": "typedoc --watch"
},

@@ -54,3 +62,3 @@ "devDependencies": {

},
"gitHead": "8236444ed6a2b7872a29794c2185c2abfe778c7f"
"gitHead": "775d610e168c118ebe86102b4dc1eec150b108ad"
}
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