Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "tiny1z", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "The Tiny1z API Client is a convenient and lightweight npm package that allows developers to seamlessly integrate the Tiny1z URL Shortener API into their applications. Simplify URL shortening, retrieval, and management with just a few lines of code.", | ||
"main": "index.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "jest", | ||
"start": "webpack --watch", | ||
"build": "webpack --config webpack.config.js", | ||
"build": "tsup", | ||
"prepublishOnly": "npm run build" | ||
@@ -30,3 +35,7 @@ }, | ||
"@babel/preset-react": "^7.23.3", | ||
"@swc/core": "^1.4.5", | ||
"@types/jest": "^29.5.12", | ||
"babel-loader": "^9.1.3", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.2", | ||
"ts-loader": "^9.5.1", | ||
@@ -36,2 +45,3 @@ "ts-node": "^10.9.2", | ||
"tsconfig-paths-webpack-plugin": "^4.1.0", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.2", | ||
@@ -45,4 +55,3 @@ "webpack": "^5.90.3", | ||
}, | ||
"homepage": "https://tiny1z.com", | ||
"types": "typings/tiny1z.d.ts" | ||
"homepage": "https://tiny1z.com" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
47261
887
0
16
11