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

@howiefh/ant-path-matcher

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@howiefh/ant-path-matcher - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

LICENSE

3

package.json
{
"name": "@howiefh/ant-path-matcher",
"version": "0.0.3",
"version": "0.0.4",
"description": "Ant Path Matcher",

@@ -27,2 +27,3 @@ "main": "dist/ant-path-matcher.js",

"@babel/preset-env": "^7.14.7",
"copy-webpack-plugin": "^9.0.1",
"jest": "^27.0.5",

@@ -29,0 +30,0 @@ "webpack": "^5.40.0",

const path = require('path');
const CopyWebpackPlugin = require('copy-webpack-plugin');

@@ -16,2 +17,10 @@ module.exports = {

},
plugins: [
new CopyWebpackPlugin({
patterns: [{
from: path.join(__dirname, "./src/index.d.ts"),
to: path.join(__dirname, "./dist/ant-path-matcher.d.ts")
}]
})
]
};
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