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

@waiting/shared-types

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-types - npm Package Compare versions

Comparing version 21.4.0 to 21.4.1

9

package.json
{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "21.4.0",
"version": "21.4.1",
"description": "shared typescript types",

@@ -37,2 +37,3 @@ "keywords": [

"Dockerfile",
"npm-shrinkwrap.json",
"tsconfig.json",

@@ -49,5 +50,7 @@ "tsconfig.base.json",

"build": "npm run tsc && tsc-alias && npm run rp",
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*",
"clean": "npm run clean:lock && npm run clean:cache && npm run clean:dist && npm run clean:log",
"clean:cache": "rm -rf .eslintcache .tsbuildinfo",
"clean:dist": "rm -rf dist/* .tsbuildinfo",
"clean:lock": "rm package-lock.json -f",
"clean:log": "rm -rf ./logs ./run",
"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 mocha --parallel=false",

@@ -65,3 +68,3 @@ "lint": "eslint --fix --cache {src,test}/**/*.ts",

},
"gitHead": "d476bfcf99440b8edcaa6320aff4c481f6a56ef9"
"gitHead": "450494a0d7e774aa7d988fd3d45cb0f06cd4d105"
}

Sorry, the diff of this file is not supported yet

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