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

@rarible/logger

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/logger - npm Package Compare versions

Comparing version 0.10.0-alpha.14 to 0.10.0-alpha.15

build/cjs/base.js

12

package.json
{
"name": "@rarible/logger",
"version": "0.10.0-alpha.14",
"version": "0.10.0-alpha.15",
"private": false,

@@ -11,4 +11,5 @@ "description": "Logging utility for ts projects",

"license": "MIT",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/esm/index.d.ts",
"files": [

@@ -18,3 +19,3 @@ "/build"

"scripts": {
"build": "tsc --project tsconfig-build.json",
"build": "tsc -b tsconfig-build-cjs.json tsconfig-build-esm.json",
"clean": "rimraf ./build",

@@ -25,2 +26,3 @@ "test": "jest --passWithNoTests",

"dependencies": {
"@rarible/utils": "^0.10.0-alpha.15",
"generic-type-guard": "^3.7.2",

@@ -47,3 +49,3 @@ "json-stringify-safe": "^5.0.1",

},
"gitHead": "c169f0960cf610481c428a8fa4b884de4cdf1996"
"gitHead": "063a8255659ddfd35ce67f78dffb8dbd8ad6c898"
}
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