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

ts2mjs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts2mjs - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

dist/findFiles.js
import { globby } from 'globby';
const excludes = ['node_modules'];
export async function findFiles(globs, options) {
console.warn('options: %o', options);
const globOptions = {

@@ -6,0 +5,0 @@ ignore: excludes.concat(options.exclude || []),

4

package.json
{
"name": "ts2mjs",
"version": "2.1.0",
"version": "2.1.1",
"description": "Rename TypeScript Created ESM .js files to .mjs",

@@ -35,3 +35,3 @@ "bin": {

"@tsconfig/node16": "^16.1.1",
"@types/node": "^18.17.11",
"@types/node": "^18.17.12",
"@typescript-eslint/eslint-plugin": "^6.4.1",

@@ -38,0 +38,0 @@ "@typescript-eslint/parser": "^6.4.1",

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