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

dreidels

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dreidels - npm Package Compare versions

Comparing version 0.6.0-rc3 to 0.6.0-rc4

dist/cjs/index.d.ts

14

package.json
{
"name": "dreidels",
"version": "0.6.0-rc3",
"version": "0.6.0-rc4",
"description": "Create and manage multiple spinners in command-line interface programs",
"main": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"source": "src/index.ts",
"files": [

@@ -13,4 +15,4 @@ "dist",

"scripts": {
"test": "rm -rf ./dist && tsc && npx mocha test",
"build": "rm -rf ./dist && tsc"
"test": "rm -rf ./dist && tsc --module CommonJS --outDir dist/cjs && npx mocha test",
"build": "rm -rf ./dist && tsc && tsc --module CommonJS --outDir dist/cjs"
},

@@ -55,4 +57,4 @@ "keywords": [

"devDependencies": {
"@types/is-promise": "^2.2.0",
"@types/node": "^17.0.24",
"@types/is-promise": "^2.2.0",
"@types/signal-exit": "^3.0.1",

@@ -63,3 +65,3 @@ "chai": "^4.2.0",

"sinon": "^7.4.1",
"typescript": "^4.6.3"
"typescript": "^4.7.4"
},

@@ -66,0 +68,0 @@ "optionalDependencies": {

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