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

babel-plugin-debug-tools

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-debug-tools - npm Package Compare versions

Comparing version 1.0.13 to 1.0.15

9

package.json
{
"name": "babel-plugin-debug-tools",
"version": "1.0.13",
"version": "1.0.15",
"description": "Helpers for debug Javascript Applications",

@@ -16,5 +16,6 @@ "repository": {

"build": "NODE_ENV=production npx babel --config-file ./babel.config.json --out-file ./lib/index.js ./src/index.ts",
"prepublish": "npm run build && npm test ",
"bhaskara": "cd sampleProject && npm test",
"test": "jest && npm run bhaskara",
"prepare": "npm run build && npm test && npm run bhaskara",
"bhaskara": "cd sampleProject && npm i && npm test",
"test": "jest",
"ci": "jest",
"syntax-check": "npx tsc -p ./tsconfig.json"

@@ -21,0 +22,0 @@ },

# babel-debug-tools
Babeljs Debug Tools helps you insert debug code and easely remove it when deploy to production
![Node.js CI](https://github.com/thr0w/babel-debug-tools/workflows/Node.js%20CI/badge.svg)
### LOG

@@ -68,3 +66,3 @@ Similar to console.log but logs also identifiers and source code position

{
mode: 'DEV',
mode: 'development',
identifier: 'H5'

@@ -71,0 +69,0 @@ }

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