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

@architect/utils

Package Overview
Dependencies
Maintainers
5
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/utils - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5-RC.0

8

changelog.md

@@ -5,2 +5,10 @@ # Architect Utils changelog

## [2.0.5] 2021-03-05
### Changed
- `getLambdaName` now sanitizes backslash characters to hyphens
---
## [2.0.4] 2021-01-05

@@ -7,0 +15,0 @@

1

get-lambda-name/index.js

@@ -25,4 +25,5 @@ /*

.replace(/\//g, '-')
.replace(/\\/g, '-')
.replace(/:/g, '000')
.replace(/\*/, 'catchall')
}

6

package.json
{
"name": "@architect/utils",
"version": "2.0.4",
"version": "2.0.5-RC.0",
"description": "Common utility functions",

@@ -36,4 +36,4 @@ "main": "index.js",

"cross-env": "7.0.3",
"eslint": "7.17.0",
"husky": "^4.3.6",
"eslint": "7.21.0",
"husky": "^5.0.9",
"proxyquire": "^2.1.3",

@@ -40,0 +40,0 @@ "sinon": "^9.2.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