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

@serverless/utils

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serverless/utils - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

docs/inquirer/confirm.md

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Changelog

## [2.0.0](https://github.com/serverless/utils/compare/v1.2.0...v2.0.0) (2020-09-21)
### ⚠ BREAKING CHANGES
- Node.js version 10 or later is required (dropped support for v6 and v8)
### Features
- Integrate @serverless/inquirer project ([#59](https://github.com/serverless/utils/pull/59)) ([3fc274a](https://github.com/serverless/utils/commit/3fc274a413ac04f34daee2abeff1b969686182c6)) ([Mariusz Nowak](https://github.com/medikoo))
- Drop support for Node.js v8 ([6cba266](https://github.com/serverless/utils/commit/6cba266861c9c55e4e897f896bb76cd265b0f80a)) ([Mariusz Nowak](https://github.com/medikoo))
## [1.2.0](https://github.com/serverless/utils/compare/v1.1.0...v1.2.0) (2020-06-26)

@@ -7,0 +18,0 @@

54

package.json
{
"name": "@serverless/utils",
"version": "1.2.0",
"version": "2.0.0",
"description": "Serverless CLI utilities",

@@ -9,39 +9,31 @@ "repository": "serverless/utils",

"dependencies": {
"chalk": "^2.0.1",
"lodash": "^4.17.15",
"chalk": "^4.1.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"ncjsm": "^4.1.0",
"rc": "^1.2.8",
"type": "^2.0.0",
"uuid": "^3.4.0",
"write-file-atomic": "^2.4.3"
"type": "^2.1.0",
"uuid": "^8.3.0",
"write-file-atomic": "^3.0.3"
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@serverless/eslint-config": "^1.2.1",
"@serverless/test": "^3.8.1",
"@commitlint/cli": "^11.0.0",
"@serverless/eslint-config": "^3.0.0",
"@serverless/test": "^3.9.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-import": "^2.21.2",
"eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0",
"git-list-updated": "^1.2.1",
"github-release-from-cc-changelog": "^2.2.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"mocha": "^6.1.1",
"ncjsm": "^4.0.1",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"mocha": "^6.2.3",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"standard-version": "^8.0.0"
"prettier": "^2.1.2",
"sinon": "^8.1.1",
"standard-version": "^9.0.0"
},
"eslintConfig": {
"extends": "@serverless/eslint-config/node",
"root": true,
"overrides": [
{
"files": [
"**/test/**"
],
"env": {
"mocha": true
}
}
]
"root": true
},

@@ -103,4 +95,4 @@ "husky": {

"prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
"test": "mocha test/**/*.js",
"test:isolated": "mocha-isolated test/**/*.js"
"test": "mocha \"test/**/*.js\"",
"test:isolated": "mocha-isolated \"test/**/*.js\""
},

@@ -111,5 +103,5 @@ "publishConfig": {

"engines": {
"node": ">=6.0"
"node": ">=10.0"
},
"license": "MIT"
}

@@ -6,3 +6,3 @@ 'use strict';

describe('Config', () => {
describe('config', () => {
it('should have CONFIG_FILE_PATH', () => {

@@ -9,0 +9,0 @@ const configPath = config.CONFIG_FILE_PATH;

@@ -7,3 +7,3 @@ 'use strict';

describe('Config', () => {
describe('is-in-china', () => {
it('Should resole boolean', () => {

@@ -10,0 +10,0 @@ expect(typeof isInChina).to.equal('boolean');

@@ -15,3 +15,3 @@ 'use strict';

describe('lib/utils/processBackendNotificationRequest', () => {
describe('process-backend-notification-request', () => {
it('Should ignore invalid input', () => {

@@ -18,0 +18,0 @@ expect(processTargetNotifications()).to.equal(null);

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