Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dogger/cli

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dogger/cli - npm Package Compare versions

Comparing version 1.0.19 to 1.0.21

dist/api/Client.js

15

package.json
{
"name": "@dogger/cli",
"version": "1.0.19",
"version": "1.0.21",
"description": "",

@@ -8,3 +8,4 @@ "main": "dist/missing.js",

"clean": "rimraf ./dist",
"build": "npm run clean && tsc",
"build:windows": "npm run clean && tsc && copy package.json .\\dist\\metadata.json /Y && npm publish --dry-run",
"build": "npm run clean && tsc && cp package.json ./dist/metadata.json --no-target-directory && npm publish --dry-run",
"link": "npm link",

@@ -22,5 +23,3 @@ "unlink": "npm unlink",

"files": [
"dist/**",
"dist",
"dist/src"
"dist"
],

@@ -30,6 +29,6 @@ "devDependencies": {

"@types/node-fetch": "^2.5.5",
"@types/semver": "^7.1.0",
"@types/yargs": "^15.0.4",
"typescript": "^3.8.3",
"@types/semver": "^7.1.0",
"rimraf": "^3.0.1"
"rimraf": "^3.0.1",
"typescript": "^3.8.3"
},

@@ -36,0 +35,0 @@ "dependencies": {

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