Socket
Socket
Sign inDemoInstall

@iabtcf/cli

Package Overview
Dependencies
1
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.5.0-0

lib/cjs/index.d.ts

25

package.json
{
"name": "@iabtcf/cli",
"version": "1.4.0",
"version": "1.5.0-0",
"description": "Decode a iab TCF (Transparency and Consent Framework) TC String via the command line",

@@ -9,4 +9,14 @@ "author": "Chris Paterson <tcf@chrispaterson.io>",

"bin": {
"tcstring": "./lib/index.js"
"tcstring": "./lib/cjs/index.js"
},
"type": "module",
"main": "lib/cjs/index.js",
"module": "lib/mjs/index.js",
"exports": {
".": {
"import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js"
}
},
"types": "lib/mjs/index.d.ts",
"files": [

@@ -17,15 +27,16 @@ "lib/**/*"

"preversion": "echo 'woops I think you meant to go to the root' && exit 1",
"build": "rm -rf lib ; tsc ; chmod a+x lib/index.js",
"build": "../build ; chmod a+x lib/mjs/index.js ; chmod a+x lib/cjs/index.js",
"lint": "eslint `find src -name '*.ts'`"
},
"dependencies": {
"@iabtcf/core": "1.4.0"
"@iabtcf/core": "1.5.0-0"
},
"devDependencies": {
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "6.8.0",
"source-map-support": "^0.5.12",
"ts-node": "^8.5.4",
"typescript": "^3.7.0"
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},

@@ -32,0 +43,0 @@ "eslintIgnore": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc