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

@nerdwallet/shepherd

Package Overview
Dependencies
Maintainers
21
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nerdwallet/shepherd - npm Package Compare versions

Comparing version 1.9.4 to 1.10.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.10.0](https://github.com/NerdWalletOSS/shepherd/compare/v1.9.4...v1.10.0) (2020-08-14)
### Features
* migrate from tslint to eslint. ([#214](https://github.com/NerdWalletOSS/shepherd/issues/214)) ([866eeae](https://github.com/NerdWalletOSS/shepherd/commit/866eeaea29a7dc985d8b6e2c442327d091b7814b))
## [1.9.4](https://github.com/NerdWalletOSS/shepherd/compare/v1.9.3...v1.9.4) (2020-08-13)

@@ -2,0 +9,0 @@

10

package.json
{
"name": "@nerdwallet/shepherd",
"version": "1.9.4",
"version": "1.10.0",
"description": "A utility for applying code changes across many repositories",

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

"fix-lint": "npm run lint -- --fix",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run test && npm run build",

@@ -74,6 +74,10 @@ "test": "jest --coverage src/"

"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prefer-arrow": "^1.2.1",
"jest": "^26.1.0",
"semantic-release": "^17.1.1",
"ts-jest": "^26.1.3",
"tslint": "^6.1.2",
"typescript": "^3.9.7"

@@ -80,0 +84,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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