Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

interpolate-es

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interpolate-es - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "interpolate-es",
"version": "1.3.0",
"version": "1.3.1",
"description": "Dynamically build tagged templates",

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

@@ -1,11 +0,14 @@

[![GitHub Releases](https://img.shields.io/github/release/vanillaes/interpolate-es.svg)](https://github.com/vanillaes/interpolate-es/releases)
[![NPM Release](https://img.shields.io/npm/v/interpolate-es.svg)](https://www.npmjs.com/package/interpolate-es)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/vanillaes/interpolate-es/master/LICENSE)
<h1 align="center">Interpolate-ES</h1>
A small, easy-to-use template literal builder. Good for loading template literal strings from external sources.
[![GitHub Releases](https://badgen.net/github/tag/vanillaes/interpolate-es)](https://github.com/vanillaes/interpolate-es/releases)
[![NPM Release](https://badgen.net/npm/v/interpolate-es)](https://www.npmjs.com/package/interpolate-es)
[![Bundlephobia](https://badgen.net/bundlephobia/minzip/interpolate-es)](https://bundlephobia.com/result?p=interpolate-es)
[![MIT License](https://badgen.net/github/license/vanillaes/interpolate-es)](https://raw.githubusercontent.com/vanillaes/interpolate-es/master/LICENSE)
[![Latest Status](https://github.com/vanillaes/interpolate-es/workflows/Latest/badge.svg)](https://github.com/vanillaes/interpolate-es/actions)
[![Release Status](https://github.com/vanillaes/interpolate-es/workflows/Release/badge.svg)](https://github.com/vanillaes/interpolate-es/actions)
# interpolate-es
# features
A small, easy-to-use template literal builder. Good for loading template literal strings from external sources.
- ECMAScript Module

@@ -39,6 +42,6 @@ - CommonJS Bundle Included

A CommonJS bundle is included for backward compatible with `node <= 13.2`
A `.cjs` bundle is included for CommonJS compatibility
```javascript
const Interpolate = require('interpolate-es/index.cjs');
const Interpolate = require('interpolate-es');
```

@@ -45,0 +48,0 @@

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