Socket
Socket
Sign inDemoInstall

babel-plugin-knifecycle

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-knifecycle - npm Package Compare versions

Comparing version 3.0.1 to 5.0.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# [5.0.0](https://github.com/nfroidure/babel-plugin-knifecycle/compare/v3.0.1...v5.0.0) (2020-11-22)
# [4.0.0](https://github.com/nfroidure/babel-plugin-knifecycle/compare/v3.0.1...v4.0.0) (2020-11-22)
## [3.0.1](https://github.com/nfroidure/babel-plugin-knifecycle/compare/v3.0.0...v3.0.1) (2020-10-18)

@@ -2,0 +10,0 @@

34

package.json
{
"name": "babel-plugin-knifecycle",
"version": "3.0.1",
"version": "5.0.0",
"description": "A Babel plugin to transform Knifecycle auto* functions to their raw equivalent.",

@@ -58,21 +58,21 @@ "keywords": [

"dependencies": {
"knifecycle": "^10.0.3"
"knifecycle": "^11.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"babel-eslint": "^10.1.0",
"commitizen": "^4.1.2",
"conventional-changelog-cli": "^2.1.0",
"conventional-changelog-cli": "^2.1.1",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.7.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.13.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.0",
"jest": "^26.6.3",
"metapak": "^3.1.10",
"metapak-nfroidure": "10.2.5",
"prettier": "^2.0.5"
"metapak-nfroidure": "11.0.3",
"prettier": "^2.1.2"
},

@@ -85,3 +85,3 @@ "repository": {

"engines": {
"node": ">=10.19.0"
"node": ">=12.19.0"
},

@@ -132,3 +132,5 @@ "files": [

"eslintConfig": {
"extends": "eslint:recommended",
"extends": [
"eslint:recommended"
],
"parserOptions": {

@@ -165,3 +167,3 @@ "ecmaVersion": 2018,

"targets": {
"node": "10.19.0"
"node": "12.19.0"
}

@@ -168,0 +170,0 @@ }

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