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

@eik/common

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eik/common - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [3.0.1](https://github.com/eik-lib/common/compare/v3.0.0...v3.0.1) (2022-05-04)
### Bug Fixes
* **deps:** update dependency glob to v8 ([#225](https://github.com/eik-lib/common/issues/225)) ([fd01a56](https://github.com/eik-lib/common/commit/fd01a566b404164bdc847cc7a1803b124e131e41))
* **deps:** update dependency validate-npm-package-name to v4 ([#222](https://github.com/eik-lib/common/issues/222)) ([c3721ab](https://github.com/eik-lib/common/commit/c3721abf058c93d4e500945c3c014c748c1f2acd))
# [3.0.0](https://github.com/eik-lib/common/compare/v2.0.3...v3.0.0) (2021-08-12)

@@ -2,0 +10,0 @@

38

package.json
{
"name": "@eik/common",
"version": "3.0.0",
"version": "3.0.1",
"description": "Common utilities for Eik modules",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"scripts": {
"test": "tap --test-regex=.test.js --test-ignore=node_modules",
"test": "tap --no-check-coverage",
"lint:fix": "eslint --fix .",

@@ -40,3 +40,3 @@ "lint": "eslint .",

"ajv-formats": "^2.1.0",
"glob": "^7.1.6",
"glob": "^8.0.0",
"is-glob": "^4.0.1",

@@ -46,26 +46,22 @@ "mime-types": "^2.1.29",

"semver": "^7.0.0",
"validate-npm-package-name": "^3.0.0"
"validate-npm-package-name": "^4.0.0"
},
"devDependencies": {
"@hapi/hapi": "^20.1.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "7.1.3",
"@semantic-release/release-notes-generator": "9.0.3",
"@hapi/hapi": "20.2.2",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-prettier": "3.4.0",
"express": "4.17.1",
"fastify": "3.20.1",
"json-schema-to-typescript": "^10.1.3",
"prettier": "2.3.2",
"semantic-release": "17.4.4",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"express": "4.18.1",
"fastify": "3.29.0",
"json-schema-to-typescript": "10.1.5",
"prettier": "2.5.1",
"semantic-release": "18.0.1",
"stoppable": "1.1.0",
"tap": "14.11.0",
"typescript": "^4.3.5"
"tap": "15.1.6",
"typescript": "4.6.4"
}
}

@@ -13,3 +13,4 @@ export = ReadFile;

readonly etag: string;
readonly [Symbol.toStringTag]: string;
};
};
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