babel-plugin-debug-macros
Advanced tools
Comparing version 0.3.4 to 1.0.0-alpha.0
{ | ||
"name": "babel-plugin-debug-macros", | ||
"version": "0.3.4", | ||
"version": "1.0.0-alpha.0", | ||
"description": "Debug macros and feature flag stripping", | ||
@@ -19,6 +19,5 @@ "keywords": [ | ||
], | ||
"main": "src/index.js", | ||
"main": "dist/src/index.js", | ||
"files": [ | ||
"src/", | ||
"!src/tests" | ||
"dist/src/" | ||
], | ||
@@ -28,29 +27,35 @@ "scripts": { | ||
"lint": "eslint .", | ||
"test": "npm-run-all lint test:jest", | ||
"test:jest": "jest" | ||
"test": "jest" | ||
}, | ||
"jest": { | ||
"testMatch": [ | ||
"<rootDir>/tests/**/*-test.js" | ||
"<rootDir>/dist/tests/**/*-test.js" | ||
] | ||
}, | ||
"dependencies": { | ||
"semver": "^5.3.0" | ||
"semver": "^7.6.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"chai": "^4.2.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
"jest": "^21.0.0", | ||
"lerna-changelog": "^0.8.2", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.12.1", | ||
"release-it": "^14.2.1", | ||
"release-it-lerna-changelog": "^3.1.0" | ||
"@babel/core": "^7.24.4", | ||
"@babel/preset-env": "^7.24.4", | ||
"@eslint/js": "^9.0.0", | ||
"@release-it-plugins/lerna-changelog": "^6.1.0", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/chai": "^4.3.14", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.7", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/parser": "^7.6.0", | ||
"chai": "^4.0.0", | ||
"code-equality-assertions": "^0.9.0", | ||
"eslint": "^9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"globals": "^15.0.0", | ||
"jest": "^29.7.0", | ||
"lerna-changelog": "^2.2.0", | ||
"prettier": "^3.2.5", | ||
"release-it": "^17.1.1", | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -61,3 +66,3 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=16" | ||
}, | ||
@@ -69,3 +74,3 @@ "publishConfig": { | ||
"plugins": { | ||
"release-it-lerna-changelog": { | ||
"@release-it-plugins/lerna-changelog": { | ||
"infile": "CHANGELOG.md", | ||
@@ -72,0 +77,0 @@ "launchEditor": true |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66941
357842
12
626
22
2
+ Addedsemver@7.6.3(transitive)
- Removedsemver@5.7.2(transitive)
Updatedsemver@^7.6.0