Comparing version 1.3.3 to 1.4.0
/* | ||
* EPC Tag Data Standard | ||
* Decode/Encode Examples | ||
* 2021 Sergio S. - https://github.com/sergiss/epc-tds | ||
* 2024 Sergio S. - https://github.com/sergiss/epc-tds | ||
*/ | ||
@@ -9,3 +9,3 @@ | ||
var tds = require("./index.js"); | ||
const tds = require("./dist"); | ||
@@ -71,2 +71,2 @@ // --------------------------------- | ||
console.log("Tag URI: " + sgtin.toTagURI()); | ||
console.log(); | ||
console.log(); |
{ | ||
"name": "epc-tds", | ||
"version": "1.3.3", | ||
"version": "1.4.0", | ||
"main": "dist/index.js", | ||
"directories": { | ||
@@ -8,3 +9,6 @@ "doc": "doc" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest", | ||
"cleanBuild": "npm run clean && npm run build", | ||
"build": "tsc --build", | ||
"clean": "tsc --build --clean" | ||
}, | ||
@@ -46,3 +50,6 @@ "keywords": [ | ||
}, | ||
"homepage": "https://github.com/sergiss/epc-tds#readme" | ||
"homepage": "https://github.com/sergiss/epc-tds#readme", | ||
"devDependencies": { | ||
"typescript": "^5.4.3" | ||
} | ||
} |
# epc-tds | ||
EPC Tag Data Standard encoding and decoding library, written in javascript (Node.JS and Frontend) | ||
EPC Tag Data Standard encoding and decoding library, offering full compatibility across JavaScript and TypeScript environments, including both Node.js and frontend applications. | ||
@@ -5,0 +5,0 @@ Simple, very fast and easy to use ;) |
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
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
151549
59
3979
0
1
1