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

@4everland/content-id-registry-sdk

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4everland/content-id-registry-sdk - npm Package Compare versions

Comparing version 0.1.2 to 0.1.4

lib/index.d.ts

5

package.json
{
"name": "@4everland/content-id-registry-sdk",
"version": "0.1.2",
"version": "0.1.4",
"description": "",

@@ -8,3 +8,4 @@ "main": "src/index.js",

"scripts": {
"build": "tsc ./src/**.ts"
"build": "tsc",
"prepare": "npm run build"
},

@@ -11,0 +12,0 @@ "author": "Alexandas",

20

tsconfig.json
{
"compilerOptions": {
"target": "ES2020",
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"outDir": "dist",
"declaration": true,
"declarationDir": "./src/types",
"baseUrl": ".",
"paths": {
"@/*": [
"./*"
]
},
"outDir": "./lib",
"strict": true
},
"include": [
"./src/**.ts",
"src"
],
"exclude": [
"node_modules"
"node_modules",
]
}
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