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

@waiting/shared-core

Package Overview
Dependencies
Maintainers
1
Versions
201
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 7.1.0 to 7.2.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 7.2.0 (2021-03-25)
**Note:** Version bump only for package @waiting/shared-core
# 7.1.0 (2021-03-19)

@@ -8,0 +16,0 @@

4

dist/index.cjs.js

@@ -5,6 +5,6 @@ /**

*
* @version 7.0.0
* @version 7.1.0
* @author waiting
* @license MIT
* @link https://waitingsong.github.io/node-shared-core/
* @link https://github.com/waitingsong/shared/issues
*/

@@ -11,0 +11,0 @@

{
"name": "@waiting/shared-core",
"author": "waiting",
"version": "7.1.0",
"version": "7.2.0",
"description": "node core function re export with Promise or Observable",

@@ -17,12 +17,12 @@ "keywords": [

"bugs": {
"url": "https://github.com/waitingsong/node-shared-core/issues"
"url": "https://github.com/waitingsong/shared/issues"
},
"homepage": "https://waitingsong.github.io/node-shared-core/",
"homepage": "https://github.com/waitingsong/shared/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/waitingsong/node-shared-core.git"
"url": "git+https://github.com/waitingsong/shared.git"
},
"license": "MIT",
"dependencies": {
"@waiting/shared-types": "^7.1.0",
"@waiting/shared-types": "^7.2.0",
"rxjs": "6"

@@ -45,6 +45,9 @@ },

"build": "npm run tsc && npm run rp",
"clean": "rm -rf dist/* .vscode/.tsbuildinfo .vscode/.tsbuildinfo.* ",
"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha",
"clean": "rm -rf dist/* -rf && npm run clean:lock && npm run clean:cache",
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*",
"clean:lock": "rm package-lock.json -f",
"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha --parallel=false",
"lint": "eslint --fix --cache {src,test}/**/*.ts",
"lint:nofix": "eslint --cache {src,test}/**/*.ts",
"purge": "npm run clean && rm node_modules -rf",
"rp": "rollup -c rollup.config.js",

@@ -78,9 +81,10 @@ "rp:w": "npm run tsc:w | rollup -wc rollup.config.js",

"reporter": [
"text-summary",
"html",
"json",
"html"
"text",
"text-summary"
],
"all": true
},
"gitHead": "dffd9cc0a1b64e0441d933f390f5fa9b81045a08"
"gitHead": "dd5783d727afd8be8dc34ef9bc06f2318d9ab58a"
}
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