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

fly-replace-ext

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-replace-ext - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

package.json
{
"name": "fly-replace-ext",
"version": "0.0.0",
"version": "0.0.1",
"description": "Replace extension plugin for fly.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -7,3 +7,3 @@ <div align="center">

> [Ext](https://github.com/aki-russia/fly-replace-ext) plugin for _[Fly][fly]_.
> [replace-ext](https://github.com/aki-russia/fly-replace-ext) plugin for _[Fly][fly]_.

@@ -28,4 +28,8 @@ [![][fly-badge]][fly]

```js
export default function* () {
yield ...
export build = function* () {
yield this
.source("src/**/*.coffee")
.coffee()
.replaceExtension('.js')
.target("dist/")
}

@@ -32,0 +36,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