js-ast-tokenizer
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.3](https://github.com/zackiles/js-ast-tokenizer/compare/v0.0.1...v0.0.3) (2024-10-16) | ||
### Features | ||
* initial commit and package setup ([0bc4f37](https://github.com/zackiles/js-ast-tokenizer/commit/0bc4f37b37d1ef14700dedfd651983273fee3f14)) | ||
### [0.0.2](https://github.com/zackiles/js-ast-tokenizer/compare/v0.0.1...v0.0.2) (2024-10-16) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "js-ast-tokenizer", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A JavaScript code tokenizer for ease in using with code embeddings and vector storage.", | ||
"main": "index.js", | ||
"type": "module", | ||
"main": "dist/bundle.cjs.js", | ||
"module": "dist/bundle.esm.js", | ||
"browser": "dist/bundle.umd.js", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", | ||
"lint": "eslint .", | ||
"format": "@biomejs/biome format --write .", | ||
"release": "standard-version && git push --follow-tags origin main && npm publish", | ||
"build": "rollup -c" | ||
"release": "standard-version && git push --follow-tags origin main && npm publish" | ||
}, | ||
@@ -14,0 +15,0 @@ "keywords": [ |
@@ -88,4 +88,4 @@ # JS AST Tokenizer | ||
}, | ||
"content": "...", // The original content | ||
"length": 375 // Length of the input code | ||
"content": "...", | ||
"length": 375 | ||
} | ||
@@ -92,0 +92,0 @@ ``` |
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
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
10724506
17
82941
3
4
1
No