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

@abp/ng.schematics

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abp/ng.schematics - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

models/method.js

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

case enums_1.eBindingSourceId.Path:
const regex = new RegExp('{' + camelName + '}', 'g');
const regex = new RegExp('{(' + camelName + '|' + name + ')}', 'g');
this.url = this.url.replace(regex, '${' + value + '}');

@@ -41,0 +41,0 @@ break;

{
"name": "@abp/ng.schematics",
"version": "4.1.0",
"version": "4.1.1",
"description": "Schematics that works with ABP Backend",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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