Socket
Socket
Sign inDemoInstall

@progress/kendo-schematics

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-schematics - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3-dev.201805140621

2

package.json

@@ -6,3 +6,3 @@ {

"license": "SEE LICENSE in LICENSE.md",
"version": "0.2.2",
"version": "0.2.3-dev.201805140621",
"scripts": {

@@ -9,0 +9,0 @@ "build-package": "npm run build",

@@ -83,2 +83,8 @@ "use strict";

}
function rxjsCompat(options) {
const dependencies = {
'rxjs-compat': '^6.0.0'
};
return rules_1.addToPackageJson({ dependencies });
}
function ngAdd(options) {

@@ -91,2 +97,3 @@ return (host, context) => {

registerInPackageJson(options),
rxjsCompat(options),
theming_1.importTheme(options),

@@ -93,0 +100,0 @@ npmInstall(options) //install as a last rule

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