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

@handledom/in-template-string-loader

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@handledom/in-template-string-loader - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

1

dist/find-handledom-template-string.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.findHandledomTemplateString = void 0;
function findHandledomTemplateString(source) {

@@ -4,0 +5,0 @@ const before = `(?:^|[^a-zA-Z0-9])`;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.updateSource = void 0;
const compiler_1 = require("handledom/compiler");

@@ -4,0 +5,0 @@ const find_handledom_template_string_1 = require("./find-handledom-template-string");

28

package.json
{
"name": "@handledom/in-template-string-loader",
"version": "0.0.3",
"version": "0.1.0",
"license": "CC0-1.0",
"description": "A webpack loader that compiles Handledom templates in template strings at build time.",
"author": "tomko.team",
"author": "Paroi",
"main": "dist/index.js",

@@ -22,20 +22,20 @@ "scripts": {

"dependencies": {
"handledom": "0.0.6",
"loader-utils": "^1.2.3"
"handledom": "0.0.7",
"loader-utils": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^24.9.0",
"@types/loader-utils": "^1.1.3",
"@types/node": "^12.12.7",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"ts-jest": "^24.3.0",
"tslint": "^5.20.1",
"typescript": "^3.7.5"
"@types/jest": "^25.2.3",
"@types/loader-utils": "^2.0.0",
"@types/node": "^14.0.12",
"jest": "^26.0.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.0",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomko-team/handledom.git"
"url": "git+https://github.com/paroi-tech/handledom.git"
},
"homepage": "https://github.com/tomko-team/handledom/tree/master/in-template-string-loader",
"homepage": "https://github.com/paroi-tech/handledom/tree/master/in-template-string-loader",
"keywords": [

@@ -42,0 +42,0 @@ "handledom",

# @handledom/in-template-string-loader
[![Build Status](https://travis-ci.com/tomko-team/handledom.svg?branch=master)](https://travis-ci.com/tomko-team/handledom)
[![Build Status](https://travis-ci.com/paroi-tech/handledom.svg?branch=master)](https://travis-ci.com/paroi-tech/handledom)
[![npm](https://img.shields.io/npm/dm/handledom)](https://www.npmjs.com/package/@handledom/in-template-string-loader)
[![GitHub](https://img.shields.io/github/license/tomko-team/handledom)](https://github.com/tomko-team/handledom)
[![GitHub](https://img.shields.io/github/license/paroi-tech/handledom)](https://github.com/paroi-tech/handledom)

@@ -7,0 +7,0 @@ A webpack loader that compiles Handledom templates in template strings at build time.

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