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.1 to 4.2.0-rc.1

2

package.json
{
"name": "@abp/ng.schematics",
"version": "4.1.1",
"version": "4.2.0-rc.1",
"description": "Schematics that works with ABP Backend",

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

@@ -9,1 +9,2 @@ export declare const lower: (text: string) => string;

export declare const dir: (text: string) => string;
export declare const quote: (value: string | number) => string | number;

@@ -12,2 +12,3 @@ "use strict";

exports.dir = (text) => core_1.strings.dasherize(text.replace(/\./g, '/').replace(/\/\//g, '/'));
exports.quote = (value) => typeof value === 'string' ? `'${value.replace(/'/g, '\\\'')}'` : value;
function _(text) {

@@ -14,0 +15,0 @@ return text.replace(/\./g, '_');

Sorry, the diff of this file is not supported yet

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