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

beta-shipper-ups

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beta-shipper-ups - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/configs/index.d.ts

18

package.json
{
"name": "beta-shipper-ups",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon",
"build": "rimraf ./build && tsc",
"start": "npm run build && node build/index.js"
"build": "rimraf ./dist && tsc",
"start": "npm run build && node dist/index.js"
},

@@ -17,7 +17,7 @@ "keywords": [],

"devDependencies": {
"@types/node": "^14.14.37",
"nodemon": "^2.0.7",
"@types/node": "^16.4.0",
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},

@@ -24,0 +24,0 @@ "dependencies": {

@@ -17,3 +17,3 @@ {

// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "build", /* Redirect output structure to the directory. */
"outDir": "dist", /* Redirect output structure to the directory. */
"rootDir": "src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */

@@ -20,0 +20,0 @@ // "composite": true, /* Enable project compilation */

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