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

fast-copy

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-copy - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

12

CHANGELOG.md
# fast-copy CHANGELOG
## 2.1.5
## 2.1.7
- Republish of [`2.1.6`](#216), as the release process failed mid-publish
## 2.1.6
- Revert [#69](https://github.com/planttheidea/fast-copy/pull/69) and [#71](https://github.com/planttheidea/fast-copy/pull/71), as they broke the package for NodeJS consumption (will be reintroduced in v3, as breaking changes are required)
## 2.1.5 - DO NOT USE
- Ensure `"type": "module"` is set to allow ESM in NodeJS to work [#71](https://github.com/planttheidea/fast-copy/pull/71)
## 2.1.4
## 2.1.4 - DO NOT USE

@@ -9,0 +17,0 @@ - Provide `"exports"` definition in `package.json` [#69](https://github.com/planttheidea/fast-copy/pull/69) (thanks [@liteoood](https://github.com/ilteoood))

10

package.json

@@ -47,9 +47,2 @@ {

},
"exports": {
".": {
"require": "./dist/fast-copy.cjs.js",
"import": "./dist/fast-copy.esm.js",
"default": "./dist/fast-copy.js"
}
},
"homepage": "https://github.com/planttheidea/fast-copy#readme",

@@ -88,5 +81,4 @@ "keywords": [

},
"type": "module",
"types": "index.d.ts",
"version": "2.1.6"
"version": "2.1.7"
}
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