@uniorgjs/orgx
Advanced tools
Comparing version 0.6.0-alpha.2 to 1.0.0
@@ -17,4 +17,2 @@ /** | ||
* | ||
* @typedef {import('estree-walker').SyncHandler} WalkHandler | ||
* | ||
* @typedef {import('periscopic').Scope & {node: Node}} Scope | ||
@@ -21,0 +19,0 @@ * |
{ | ||
"name": "@uniorgjs/orgx", | ||
"version": "0.6.0-alpha.2", | ||
"version": "1.0.0", | ||
"description": "Org-mode to JS compiler", | ||
"type": "module", | ||
"types": "types/index.d.ts", | ||
"main": "index.js", | ||
@@ -14,3 +15,4 @@ "browser": { | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "rm -rf ./types && tsc -p tsconfig.build.json", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -33,3 +35,3 @@ "repository": { | ||
"estree-walker": "^3.0.0", | ||
"hast-util-to-estree": "^2.0.0", | ||
"hast-util-to-estree": "^2.2.1", | ||
"periscopic": "^3.0.0", | ||
@@ -45,3 +47,3 @@ "unified": "^10.0.0", | ||
}, | ||
"gitHead": "50db39e1fb835ee882787440d3825d4333410b7a" | ||
"gitHead": "c92b8d9026bdffa7894e167c251ec86f6276b7f9" | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"include": ["lib/**/*.js", "test/**/*.js", "*.js"] | ||
"compilerOptions": { | ||
"outDir": "./lib" | ||
}, | ||
"include": ["./"] | ||
} |
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
152702
35
3655
0
0
3
Updatedhast-util-to-estree@^2.2.1