New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

epc-tds

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epc-tds - npm Package Compare versions

Comparing version 1.3.3 to 1.4.0

dist/epc/cpi/cpi96.d.ts

6

examples.js
/*
* 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 ;)

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