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

azure-functions-ts-essentials

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-functions-ts-essentials - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

16

package.json
{
"name": "azure-functions-ts-essentials",
"version": "1.3.0",
"version": "1.3.1",
"description": "Essential interfaces and tools for backend development on Azure Functions with TypeScript",

@@ -37,4 +37,4 @@ "repository": {

"devDependencies": {
"@types/jest": "~21.1.3",
"@types/node": "~8.0.41",
"@types/jest": "~21.1.8",
"@types/node": "~8.0.53",
"rimraf": "~2.6.2",

@@ -46,3 +46,3 @@ "ts-node": "~3.3.0",

"rollup-plugin-node-resolve": "~3.0.0",
"rollup-plugin-commonjs": "~8.2.1",
"rollup-plugin-commonjs": "~8.2.6",
"rollup-plugin-sourcemaps": "~0.4.2",

@@ -52,7 +52,7 @@ "rollup-plugin-uglify": "~2.0.1",

"jest-junit-reporter": "~1.1.0",
"ts-jest": "~21.1.3",
"ts-jest": "~21.2.3",
"standard-version": "~4.2.0",
"tslint": "~5.7.0",
"backend-tslint-rules": "1.0.0",
"typescript": "~2.5.3"
"tslint": "~5.8.0",
"backend-tslint-rules": "1.1.0",
"typescript": "~2.6.2"
},

@@ -59,0 +59,0 @@ "jest": {

@@ -15,3 +15,3 @@ # azure-seed/azure-functions-ts-essentials [![npm version](https://badge.fury.io/js/azure-functions-ts-essentials.svg)](https://www.npmjs.com/package/azure-functions-ts-essentials) [![npm downloads](https://img.shields.io/npm/dm/azure-functions-ts-essentials.svg)](https://www.npmjs.com/package/azure-functions-ts-essentials)

## <a name="prerequisites"></a> Prerequisites
Please ensure that you are using **`Typescript v2.3.4`** or higher.
Please ensure that you are using **`Typescript v2.6.2`** or higher.

@@ -18,0 +18,0 @@ ## <a name="getting-started"> Getting started

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