Socket
Socket
Sign inDemoInstall

add-custom-resource

Package Overview
Dependencies
43
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

6

lib/get-source-code-lines.js

@@ -18,5 +18,3 @@ 'use strict';

resolve({
module: true,
main: true,
jsnext: true,
mainFields: ['module', 'main', 'jsnext'],
preferBuiltins: true,

@@ -48,3 +46,3 @@ }),

.toString()
.replace(/[\r\n/]+/g, '\n')
.replace(/[\r\n]+/g, '\n')
.split('\n')

@@ -51,0 +49,0 @@ .map(line => escapeJson(line.replace(/^[\t\s]+/g, '')))

{
"name": "add-custom-resource",
"version": "3.3.0",
"version": "3.3.1",
"description": "A helper library to add custom resources to a CloudFormation template",

@@ -5,0 +5,0 @@ "main": "add-custom-resource.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc