Socket
Socket
Sign inDemoInstall

@vitrical/utils

Package Overview
Dependencies
49
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.15 to 1.1.0

api.ts

11

package.json
{
"name": "@vitrical/utils",
"version": "1.0.15",
"version": "1.1.0",
"description": "Collection of useful functions and typings",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.json",
"clean": "rm *.ts"
"build": "tsc --project tsconfig.json"
},

@@ -22,4 +22,3 @@ "repository": {

"jsonwebtoken": "^9.0.0",
"superagent": "^8.0.9",
"typescript": "^4.9.5"
"superagent": "^8.0.9"
},

@@ -26,0 +25,0 @@ "devDependencies": {

@@ -1,3 +0,3 @@

# utils
# @vitrical/utils
Lots of useful functions and utilities for typescript projects
{
"compileOnSave": true,
"compilerOptions": {
"moduleResolution": "Node",
"module": "commonjs",
"lib": ["es2017", "es7", "es6", "dom"],
"declaration": true,
"outDir": "dist",
"strictPropertyInitialization": false,
"strict": true,
"noImplicitAny": true,

@@ -14,3 +18,3 @@ "removeComments": true,

"include": ["**/*.ts"],
"exclude": ["node_modules", "**/node_modules"]
"exclude": ["node_modules", "**/node_modules", "dist"]
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc