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

fake-tag

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake-tag - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

20

changelog.md
# fake-tag changelog
## 2.0.0
### Major
- Updated Node.js support from v8.10+ to v10+. This is mostly to do with dev dependencies and shouldn’t be a breaking change for the published package.
- Updated dev dependencies, some of which only support Node.js v10+.
- Use [`coverage-node`](https://npm.im/coverage-node) for test code coverage.
### Minor
- Setup [GitHub Sponsors funding](https://github.com/sponsors/jaydenseric):
- Added `.github/funding.yml` to display a sponsor button in GitHub.
- Added a `package.json` `funding` field to enable npm CLI funding features.
### Patch
- Removed the now redundant [`eslint-plugin-import-order-alphabetical`](https://npm.im/eslint-plugin-import-order-alphabetical) dev dependency.
- Use strict mode for scripts.
- In CI, additionally test macOS as well as Node.js v10 and v13.
## 1.0.1

@@ -4,0 +24,0 @@

2

index.js

@@ -0,1 +1,3 @@

'use strict'
module.exports = function() {

@@ -2,0 +4,0 @@ var tagArgs = arguments

23

package.json
{
"name": "fake-tag",
"version": "1.0.1",
"version": "2.0.0",
"description": "A fake template literal tag to trick syntax highlighters, linters and formatters into action.",

@@ -14,2 +14,3 @@ "license": "MIT",

"bugs": "https://github.com/jaydenseric/fake-tag/issues",
"funding": "https://github.com/sponsors/jaydenseric",
"keywords": [

@@ -29,17 +30,17 @@ "es6",

"engines": {
"node": ">=8.10"
"node": ">=10"
},
"browserslist": "> 0.2%, not dead, not OperaMini all",
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-env": "^11.0.0",
"eslint-config-prettier": "^6.5.0",
"coverage-node": "^2.0.0",
"eslint": "^6.8.0",
"eslint-config-env": "^12.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import-order-alphabetical": "^1.0.0",
"eslint-plugin-jsdoc": "^17.1.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsdoc": "^18.4.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"test-director": "^1.0.0"
"test-director": "^3.0.0"
},

@@ -50,5 +51,5 @@ "scripts": {

"test:prettier": "prettier '**/*.{json,yml,md}' -l",
"test:api": "node test",
"test:api": "coverage-node test",
"prepublishOnly": "npm test"
}
}
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