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

roarr

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roarr - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

dist/src/config.d.ts

24

package.json

@@ -20,5 +20,5 @@ {

"boolean": "^3.0.2",
"detect-node": "^2.0.4",
"detect-node": "^2.0.5",
"fast-json-stringify": "^2.5.2",
"fast-printf": "^1.6.2",
"fast-printf": "^1.6.4",
"globalthis": "^1.0.2",

@@ -35,3 +35,3 @@ "is-circular": "^1.0.2",

"@types/json-stringify-safe": "^5.0.0",
"@types/node": "^14.14.31",
"@types/node": "^14.14.35",
"@types/semver-compare": "^1.0.1",

@@ -43,3 +43,3 @@ "ava": "^3.15.0",

"domain-parent": "^1.0.0",
"eslint": "^7.20.0",
"eslint": "^7.22.0",
"eslint-config-canonical": "^25.9.0",

@@ -49,5 +49,5 @@ "gitdown": "^3.1.4",

"nyc": "^15.1.0",
"semantic-release": "^17.3.9",
"semantic-release": "^17.4.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
"typescript": "^4.2.3"
},

@@ -57,8 +57,2 @@ "engines": {

},
"exports": {
".": {
"import": "./dist/esm/src/log.js",
"require": "./dist/cjs/src/log.js"
}
},
"husky": {

@@ -76,3 +70,3 @@ "scripts": {

"license": "BSD-3-Clause",
"main": "./dist/cjs/src/log.js",
"main": "./dist/src/log.js",
"name": "roarr",

@@ -85,3 +79,3 @@ "repository": {

"benchmark": "ROARR_LOG=true ts-node --transpile-only test/benchmark.ts",
"build": "del-cli ./dist && tsc && tsc -p tsconfig-esm.json && echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json && echo '{\"type\": \"module\"}' > dist/esm/package.json",
"build": "del-cli ./dist && tsc",
"create-readme": "gitdown ./.README/README.md --output-file ./README.md",

@@ -93,3 +87,3 @@ "dev": "tsc --watch",

"typings": "./dist/esm/src/log.d.ts",
"version": "4.2.1"
"version": "4.2.2"
}

@@ -13,3 +13,3 @@ {

"noUnusedParameters": false,
"outDir": "dist/cjs",
"outDir": "dist",
"skipLibCheck": true,

@@ -16,0 +16,0 @@ "strict": true,

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