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

@sls-next/cloudfront

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sls-next/cloudfront - npm Package Compare versions

Comparing version 3.5.3-alpha.0 to 3.5.3-alpha.5

babel.config.js

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [3.5.3-alpha.5](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.5.3-alpha.4...v3.5.3-alpha.5) (2021-11-08)
**Note:** Version bump only for package @sls-next/cloudfront
## [3.5.3-alpha.0](https://github.com/serverless-nextjs/serverless-next.js/compare/v3.5.2...v3.5.3-alpha.0) (2021-10-29)

@@ -8,0 +12,0 @@

8

package.json
{
"name": "@sls-next/cloudfront",
"version": "3.5.3-alpha.0",
"version": "3.5.3-alpha.5",
"description": "Handles CloudFront invalidation",

@@ -21,3 +21,4 @@ "publishConfig": {

"build": "tsc -p tsconfig.build.json",
"clean": "yarn rimraf dist"
"clean": "yarn rimraf dist",
"test": "jest"
},

@@ -40,2 +41,3 @@ "keywords": [

"devDependencies": {
"@babel/preset-typescript": "^7.16.0",
"@types/node": "16.11.4",

@@ -45,3 +47,3 @@ "rimraf": "3.0.2",

},
"gitHead": "554b3de9e53885091997687ec15e8793c0f597dc"
"gitHead": "6d761ff76c5fddc0e2c091573cf1f9501f9ffb63"
}

@@ -13,3 +13,4 @@ {

"strict": true,
"allowJs": true
"allowJs": true,
"skipLibCheck": true
},

@@ -16,0 +17,0 @@ "exclude": ["node_modules"],

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