Socket
Socket
Sign inDemoInstall

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.0.12 to 4.1.0

dist/cjs/src/constants.d.ts

11

package.json

@@ -22,3 +22,3 @@ {

"fast-json-stringify": "^2.4.2",
"fast-printf": "^1.5.11",
"fast-printf": "^1.6.0",
"globalthis": "^1.0.2",

@@ -66,3 +66,4 @@ "is-circular": "^1.0.2",

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

@@ -75,3 +76,3 @@ "repository": {

"benchmark": "ROARR_LOG=true ts-node --transpile-only test/benchmark.ts",
"build": "del-cli ./dist && tsc",
"build": "del-cli ./dist && tsc && tsc -p tsconfig-esm.json",
"create-readme": "gitdown ./.README/README.md --output-file ./README.md",

@@ -82,4 +83,4 @@ "dev": "tsc --watch",

},
"typings": "./dist/src/log.d.ts",
"version": "4.0.12"
"typings": "./dist/esm/src/log.d.ts",
"version": "4.1.0"
}
<a name="roarr"></a>
# Roarr
[![Travis build status](http://img.shields.io/travis/gajus/roarr/master.svg?style=flat-square)](https://travis-ci.org/gajus/roarr)
[![Travis build status](http://img.shields.io/travis/gajus/roarr/master.svg?style=flat-square)](https://travis-ci.com/gajus/roarr)
[![Coveralls](https://img.shields.io/coveralls/gajus/roarr.svg?style=flat-square)](https://coveralls.io/github/gajus/roarr)

@@ -6,0 +6,0 @@ [![NPM version](http://img.shields.io/npm/v/roarr.svg?style=flat-square)](https://www.npmjs.org/package/roarr)

@@ -6,5 +6,3 @@ {

"esModuleInterop": true,
"lib": [
"es2018"
],
"forceConsistentCasingInFileNames": true,
"module": "commonjs",

@@ -16,4 +14,3 @@ "moduleResolution": "node",

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

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