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

@patternslib/pat-content-mirror

Package Overview
Dependencies
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternslib/pat-content-mirror - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

.release-it.js

13

babel.config.js

@@ -1,12 +0,1 @@

module.exports = {
presets: [
[
"@babel/preset-env",
{
useBuiltIns: "entry",
corejs: 3,
},
],
],
plugins: ["@babel/plugin-proposal-optional-chaining"],
};
module.exports = require("@patternslib/patternslib/babel.config.js");

@@ -0,1 +1,18 @@

## [2.0.0](https://github.com/patternslib/pat-content-mirror/compare/1.1.0...2.0.0) (2021-11-17)
### Breaking Changes
* Upgrade to Webpack 5. ([796c125](https://github.com/patternslib/pat-content-mirror/commit/796c125c9f5531ae7d9afd8c25285598dc078d12))
### Maintenance
* **build:** Extend Patternslib release-it config file. ([b00aa65](https://github.com/patternslib/pat-content-mirror/commit/b00aa654d13a31e9d51a9a4b31784f5ed7190c2e))
* **build:** Release on GitHub releases. ([c2d193f](https://github.com/patternslib/pat-content-mirror/commit/c2d193f032914eb6e8bfeeb82822e83bb12201c4))
* Upgrade up to minor versions. ([1127df0](https://github.com/patternslib/pat-content-mirror/commit/1127df0623109e4027977ff723f0fd881ec8a495))
## [1.1.0](https://github.com/patternslib/pat-content-mirror/compare/1.0.1...1.1.0) (2021-06-15)

@@ -2,0 +19,0 @@

{
"name": "@patternslib/pat-content-mirror",
"version": "1.1.0",
"version": "2.0.0",
"description": "A pattern for content-mirror",

@@ -8,50 +8,46 @@ "license": "MIT",

"dependencies": {
"@patternslib/patternslib": "^4.4.0"
"@patternslib/patternslib": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@release-it/conventional-changelog": "^3.0.1",
"@testing-library/jest-dom": "^5.14.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"core-js": "3.14.0",
"css-loader": "^5.2.6",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^7.28.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@release-it/conventional-changelog": "^3.3.0",
"@testing-library/jest-dom": "^5.15.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.0.0",
"core-js": "3.19.1",
"css-loader": "^6.5.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"expose-loader": "^1.0.3",
"file-loader": "^6.2.0",
"husky": "^6.0.0",
"expose-loader": "^3.0.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^1.2.0",
"jest": "^27.0.4",
"jest-watch-typeahead": "^0.6.4",
"prettier": "^2.3.1",
"raw-loader": "^4.0.1",
"regenerator-runtime": "^0.13.5",
"release-it": "^14.9.0",
"sass": "^1.34.1",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"imports-loader": "^3.1.0",
"inspectpack": "^4.7.1",
"jest": "^27.3.1",
"jest-watch-typeahead": "^1.0.0",
"prettier": "^2.4.1",
"regenerator-runtime": "^0.13.9",
"release-it": "^14.11.7",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.2.5",
"timezone-mock": "^1.2.2",
"webpack": "^5.64.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0",
"webpack-modernizr-loader": "^5.0.0",
"whybundled": "^2.0.0",
"yarn": "^1.22.10"
"yarn": "^1.22.17"
},
"scripts": {
"start": "webpack serve --config webpack.config.js --mode=development",
"watch": "webpack --config webpack.config.js --watch --mode=development",
"build": "webpack --config webpack.config.js --mode=production",
"build:stats": "webpack --config webpack.config.js --mode=development --json > stats.json",
"start": "NODE_ENV=development webpack serve --config webpack.config.js",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"build:stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json",
"test": "jest"

@@ -58,0 +54,0 @@ },

@@ -6,7 +6,9 @@ process.traceDeprecation = true;

module.exports = async (env, argv) => {
const config = patternslib_config(env, argv);
let config = {
entry: {
bundle: path.resolve(__dirname, "bundle-config.js"),
},
};
config.entry = {
bundle: path.resolve(__dirname, "bundle-config.js"),
};
config = patternslib_config(env, argv, config);
config.output.path = path.resolve(__dirname, "dist/");

@@ -13,0 +15,0 @@

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