Socket
Socket
Sign inDemoInstall

min-dash

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

min-dash - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

dist/index.d.ts

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## 3.1.0
* `FEAT`: add TypeScript definitions
## 3.0.0

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

10

package.json
{
"name": "min-dash",
"version": "3.0.0",
"version": "3.1.0",
"description": "Minimum utility toolbelt",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"all": "run-s lint test bundle test:integration",
"all": "run-s lint test distro",
"bundle": "rollup -c",
"copy": "cpx -v lib/*.d.ts dist",
"distro": "run-s copy bundle test:integration",
"dev": "npm test -- --watch",
"lint": "eslint .",
"prepublishOnly": "run-s bundle test:integration",
"prepublishOnly": "run-s distro",
"test": "mocha -r babel-register -r source-map-support/register --full-trace test/*.spec.js",

@@ -38,2 +41,3 @@ "test:integration": "mocha --full-trace test/integration/*.spec.js"

"chai": "^4.1.2",
"cpx": "^1.5.0",
"eslint": "^4.9.0",

@@ -40,0 +44,0 @@ "eslint-plugin-bpmn-io": "^0.5.2",

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