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

kick

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kick - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# Version 1.1.1:
* Fix: Typo in function name caused HTML templates not to load
# Version 1.1.0:

@@ -2,0 +6,0 @@

2

package.json
{
"name": "kick",
"version": "1.1.0",
"version": "1.1.1",
"description": "Kickstarter and generator for AngularJS based on ES6, webpack and best practices",

@@ -5,0 +5,0 @@ "author": "500Tech <info@500tech.com>",

@@ -20,3 +20,3 @@ "use strict";

const templates = require.context(__dirname, true, /\.html$/);
templates.keys().forEach(template);
templates.keys().forEach(templates);

@@ -23,0 +23,0 @@ angular.module('%APP_NAME%', [

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