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

tag2content

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tag2content - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

package.json
{
"name": "tag2content",
"version": "1.0.1",
"version": "1.0.2",
"description": "Replace a tag with content in a configurable way",

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

"@types/camelcase": "^4.1.0",
"@types/node": "^10.12.15",
"camelcase": "^5.0.0",

@@ -45,0 +46,0 @@ "escape-string-regexp": "^1.0.5"

@@ -20,7 +20,4 @@ # tag2content

// TypeScript
import * as tag2content from 'tag2content';
// CommonJS
const tag2content = require('tag2content');
const tag2content = require('tag2content').default;
```

@@ -27,0 +24,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