Socket
Socket
Sign inDemoInstall

custom-jeans

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-jeans - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

0

lib/custom/insertCustomCode/insertCustomChanges.d.ts
import { Configuration } from 'magicalstrings';
export declare const insertCustomChanges: (rootDir: string, addedCodeDoc: string, config: Configuration) => Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

import { CustomCodeRepository } from 'magicalstrings';
import { Configuration } from 'magicalstrings';
export declare function updateCustomCode(customCode: CustomCodeRepository, rootDir: string, config: Configuration): Promise<void>;

@@ -0,0 +0,0 @@ import { FileCustomCode } from 'magicalstrings';

@@ -0,0 +0,0 @@ import { Configuration } from 'magicalstrings';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Delimiters } from 'magicalstrings';

@@ -0,0 +0,0 @@ "use strict";

import { CustomCodeRepository } from 'magicalstrings';
import { Configuration } from 'magicalstrings';
export declare const storeCustomCode: (rootDir: string, config: Configuration) => Promise<CustomCodeRepository | undefined>;

@@ -0,0 +0,0 @@ "use strict";

import { CustomCodeRepository } from 'magicalstrings';
import { Configuration } from 'magicalstrings';
export declare function storeCustomCodeForFile(filePath: string, customCode: CustomCodeRepository, rootDir: string, config: Configuration): Promise<CustomCodeRepository>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

export declare const storeCustomCode: any;
export declare const insertCustomCode: any;

@@ -0,0 +0,0 @@ "use strict";

4

package.json
{
"name": "custom-jeans",
"version": "0.0.3",
"version": "0.0.4",
"description": "manages custom code for geenee templates",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

"globby": "^11.0.2",
"magicalstrings": "0.0.11",
"magicalstrings": "0.0.14",
"path": "^0.12.7",

@@ -29,0 +29,0 @@ "tslib": "^2.0.3",

@@ -0,0 +0,0 @@

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