Socket
Socket
Sign inDemoInstall

@codesee/babel-plugin-instrument

Package Overview
Dependencies
Maintainers
5
Versions
712
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codesee/babel-plugin-instrument - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2-alpha.1

19

package.json
{
"name": "@codesee/babel-plugin-instrument",
"version": "0.10.1",
"version": "0.10.2-alpha.1",
"description": "Instruments javascript code to report internal execution and state for use with CodeSee Visualizations.",

@@ -14,3 +14,2 @@ "type": "commonjs",

"dependencies": {
"@babel/core": "^7.8.0",
"@babel/plugin-syntax-jsx": "^7.8.3",

@@ -21,5 +20,5 @@ "@babel/plugin-transform-typescript": "^7.11.0",

},
"peerDependencies": {},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.0",
"@babel/eslint-parser": "^7.12.13",

@@ -32,3 +31,3 @@ "@babel/eslint-plugin": "^7.12.13",

"@babel/preset-react": "^7.12.10",
"@codesee/prettier-config": "^0.10.1",
"@codesee/prettier-config": "^0.10.2-alpha.1",
"babel-plugin-lodash": "^3.3.4",

@@ -42,2 +41,3 @@ "babel-plugin-transform-class-properties": "6.24.1",

"jest": "^24.9.0",
"lint-staged": "^10.5.4",
"next": "^10.0.5",

@@ -49,2 +49,3 @@ "prettier": "2.2.1"

"format": "prettier --write 'src/**/*.js' '__tests__/**/*.js'",
"pre-commit": "lint-staged",
"build:pack": "npm pack",

@@ -58,2 +59,12 @@ "build:prod": "npx babel ./src --out-dir ./lib --config-file ./.babelrc.prod.js --no-comments",

},
"lint-staged": {
"src/**/*.js": [
"eslint --cache --fix",
"prettier --write"
],
"__tests__/**/*.js": [
"eslint --cache --fix",
"prettier --write"
]
},
"files": [

@@ -60,0 +71,0 @@ "lib"

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