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

kuduscript

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuduscript - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

lib/polyfill.js

4

bin/kuduscript.js
var commander = require('commander');
var generator = require('../lib/generator');
if (!String.prototype.endsWith) {
String.prototype.endsWith = require('../lib/polyfill.js').endsWith;
}
var version = require('../package.json').version;

@@ -5,0 +7,0 @@

{
"name": "kuduscript",
"author": "Outercurve Foundation",
"version": "1.0.9",
"version": "1.0.10",
"description": "Tool for generating deployment scripts for Azure Websites",

@@ -6,0 +6,0 @@ "tags": [

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