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

@waiting/shared-core

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-core - npm Package Compare versions

Comparing version 21.1.0 to 21.2.0

14

package.json
{
"name": "@waiting/shared-core",
"author": "waiting",
"version": "21.1.0",
"version": "21.2.0",
"description": "node core function re export with Promise or Observable",

@@ -31,3 +31,3 @@ "keywords": [

"dependencies": {
"@waiting/shared-types": "^21.1.0",
"@waiting/shared-types": "^21.2.0",
"rxjs": "^7.8.0",

@@ -39,3 +39,2 @@ "source-map-support": "^0.5.21"

"cross-env": "7",
"typescript": ">=4.9.0",
"undici": "^5.18.0"

@@ -58,4 +57,4 @@ },

"build": "npm run tsc && tsc-alias && npm run rp",
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/* -rf",
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*",
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/*",
"clean:cache": "rm -rf .eslintcache .tsbuildinfo",
"clean:lock": "rm package-lock.json -f",

@@ -67,2 +66,5 @@ "cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json c8 mocha --loader=ts-node/esm --parallel=false",

"rp": "rollup -c rollup.config.js --context this",
"prepack": "rm -f dist/tsconfig.tsbuildinfo",
"pretest": "npm run build",
"pretest:local": "npm run build",
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --loader=ts-node/esm",

@@ -72,3 +74,3 @@ "test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --loader=ts-node/esm --parallel=false",

},
"gitHead": "b520c9e84d4ca89f8b605c2cb761fbdea6f945c9"
"gitHead": "6f5ceac6c2a6d17c97bd130cbf44516cbd6cfb04"
}

Sorry, the diff of this file is not supported yet

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