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

doura-plugin-log

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doura-plugin-log - npm Package Compare versions

Comparing version 0.0.0-rc.6 to 0.0.0-rc.7

dist/doura-plugin-log.cjs.js

28

package.json
{
"name": "doura-plugin-log",
"version": "0.0.0-rc.6",
"main": "lib/index.js",
"module": "esm/index.js",
"browser": "esm/index.js",
"types": "esm/index.d.ts",
"version": "0.0.0-rc.7",
"main": "index.js",
"module": "dist/doura-plugin-log.esm-bundler.js",
"types": "dist/doura-plugin-log.d.ts",
"files": [
"index.js",
"dist"
],
"sideEffects": false,
"scripts": {
"dev": "run-p watch:*",
"watch:esm": "tsc -p tsconfig.build.json -m esnext --outDir esm -w",
"watch:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir lib -w",
"build": "run-p clean && run-p build:*",
"build:esm": "tsc -p tsconfig.build.json -m esnext --outDir esm",
"build:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir lib",
"clean": "rimraf lib esm"
},
"authors": [

@@ -40,6 +34,2 @@ "liximomo"

},
"files": [
"esm",
"lib"
],
"engines": {

@@ -53,4 +43,4 @@ "node": ">=10"

"peerDependencies": {
"doura": "0.0.0-rc.6"
"doura": "0.0.0-rc.7"
}
}
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