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

@jota-one/replacer

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jota-one/replacer - npm Package Compare versions

Comparing version 0.3.3--canary.1.4342162897.0 to 0.3.3--canary.1.4343485349.0

dist/index.cjs

17

package.json
{
"name": "@jota-one/replacer",
"version": "0.3.3--canary.1.4342162897.0",
"version": "0.3.3--canary.1.4343485349.0",
"description": "A configurable string replacer tool",
"main": "cjs.js",
"module": "index.js",
"main": "dist/index.cjs",
"module": "dist/index.js",
"type": "module",
"exports": {
".": {
"import": "./index.js",
"require": "./cjs.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist/*",
"index.d.ts"
],
"scripts": {
"build": "node build.js",
"build": "node build.cjs",
"test": "ava"

@@ -16,0 +21,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