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

babel-plugin-module-extension-resolver

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-module-extension-resolver - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0

9

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## [1.0.0] - 2022-12-23
### Others
* some refactorings and package update
## [1.0.0-rc.2] - 2021-02-10

@@ -57,3 +63,4 @@

[Unreleased]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v1.0.0-rc.2...HEAD
[Unreleased]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v1.0.0-rc.2...v1.0.0
[1.0.0-rc.2]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v1.0.0-rc.1...v1.0.0-rc.2

@@ -60,0 +67,0 @@ [1.0.0-rc.1]: https://github.com/shimataro/babel-plugin-module-extension-resolver/compare/v0.3.0...v1.0.0-rc.1

@@ -32,2 +32,5 @@ "use strict";

const { filename } = state;
if (filename === undefined) {
return;
}
programPath.traverse({

@@ -34,0 +37,0 @@ CallExpression: (declaration) => {

32

package.json
{
"name": "babel-plugin-module-extension-resolver",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "Babel plugin that resolves and maps module extensions.",

@@ -19,2 +19,5 @@ "keywords": [

"main": "./dist/index",
"engines": {
"node": ">=6.9.0"
},
"scripts": {

@@ -24,4 +27,4 @@ "build": "tsc",

"lint": "run-p lint:*",
"lint:md": "markdownlint . --ignore node_modules --ignore examples",
"lint:ts": "eslint ./src --ext .ts",
"lint:md": "markdownlint . --ignore node_modules --ignore examples",
"lint:yaml": "yamllint .*.yml *.yml --ignore=node_modules/**/*.yml --ignore=node_modules/**/*.yaml",

@@ -31,18 +34,15 @@ "verify": "run-p lint"

"devDependencies": {
"@babel/core": "7.12.13",
"@types/babel__core": "7.1.12",
"@types/node": "14.14.25",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"eslint": "7.19.0",
"eslint-plugin-import": "2.22.1",
"markdownlint-cli": "0.26.0",
"npm-check-updates": "11.1.1",
"@babel/core": "7.20.7",
"@types/babel__core": "7.1.20",
"@types/node": "18.11.17",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"eslint": "8.30.0",
"eslint-plugin-import": "2.26.0",
"markdownlint-cli": "0.32.2",
"npm-check-updates": "16.6.2",
"npm-run-all": "4.1.5",
"typescript": "4.1.4",
"yaml-lint": "1.2.4"
},
"engines": {
"node": ">=6.9.0"
"typescript": "4.9.4",
"yaml-lint": "1.7.0"
}
}

@@ -6,3 +6,3 @@ # babel-plugin-module-extension-resolver

[![Build Status (Linux)][image-build-linux]][link-build-linux]
[![Examples check][image-examples-check]][link-examples-check]
[![Examples][image-examples]][link-examples]
[![Release][image-release]][link-release]

@@ -224,10 +224,10 @@ [![Node.js version][image-engine]][link-engine]

[image-build-windows]: https://github.com/shimataro/babel-plugin-module-extension-resolver/workflows/Windows/badge.svg?event=push&branch=v1
[image-build-windows]: https://github.com/shimataro/babel-plugin-module-extension-resolver/workflows/Windows/badge.svg?event=push
[link-build-windows]: https://github.com/shimataro/babel-plugin-module-extension-resolver
[image-build-macos]: https://github.com/shimataro/babel-plugin-module-extension-resolver/workflows/macOS/badge.svg?event=push&branch=v1
[image-build-macos]: https://github.com/shimataro/babel-plugin-module-extension-resolver/workflows/macOS/badge.svg?event=push
[link-build-macos]: https://github.com/shimataro/babel-plugin-module-extension-resolver
[image-build-linux]: https://github.com/shimataro/babel-plugin-module-extension-resolver/workflows/Linux/badge.svg?event=push&branch=v1
[image-build-linux]: https://github.com/shimataro/babel-plugin-module-extension-resolver/workflows/Linux/badge.svg?event=push
[link-build-linux]: https://github.com/shimataro/babel-plugin-module-extension-resolver
[image-examples-check]: https://github.com/shimataro/babel-plugin-module-extension-resolver/workflows/Examples%20check/badge.svg?event=push&branch=v1
[link-examples-check]: https://github.com/shimataro/babel-plugin-module-extension-resolver
[image-examples]: https://github.com/shimataro/babel-plugin-module-extension-resolver/workflows/Examples/badge.svg?event=push
[link-examples]: https://github.com/shimataro/babel-plugin-module-extension-resolver
[image-release]: https://img.shields.io/github/release/shimataro/babel-plugin-module-extension-resolver.svg

@@ -234,0 +234,0 @@ [link-release]: https://github.com/shimataro/babel-plugin-module-extension-resolver/releases

Sorry, the diff of this file is not supported yet

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