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 8.6.0 to 9.0.0

rollup.config.js

2

dist/index.cjs.js

@@ -5,3 +5,3 @@ /**

*
* @version 8.5.1
* @version 8.6.0
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "8.6.0",
"version": "9.0.0",
"description": "shared typescript types",

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

"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"types": "./src/index.ts",
"bugs": {

@@ -37,8 +37,14 @@ "url": "https://github.com/waitingsong/shared/issues"

"files": [
"tsconfig.json",
"rollup.config.js",
"src/**/*.ts",
"bin/*.js",
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run tsc && npm run rp",
"clean": "rm -rf dist/* -rf && npm run clean:lock && npm run clean:cache",
"clean": "npm run clean:lock & npm run clean:cache & rm -rf dist/* -rf",
"clean:cache": "rm -rf .eslintcache .vscode/.tsbuildinfo .vscode/.tsbuildinfo.*",

@@ -49,2 +55,4 @@ "clean:lock": "rm package-lock.json -f",

"lint:nofix": "eslint --cache {src,test}/**/*.ts",
"prepublishOnly": "sh ../../.scripts/change-pkg-types-dist.sh",
"postpublish": "sh ../../.scripts/change-pkg-types-src.sh",
"purge": "npm run clean && rm node_modules -rf",

@@ -86,3 +94,3 @@ "rp": "rollup -c rollup.config.js",

},
"gitHead": "a1c91d2314b8f17bb8d97f56f3aa3a53f69efda5"
"gitHead": "97e17862ffa4877fba3ee288a236fed56425e983"
}
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