🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More

buble-jest-flow

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buble-jest-flow - npm Package Compare versions

Comparing version

to
1.0.7

@@ -1,2 +0,2 @@

const transformer = require('.');
const transformer = require('./index');

@@ -3,0 +3,0 @@ test('buble jest remove flow types', () => {

{
"name": "buble-jest-flow",
"version": "1.0.6",
"main": "index.js",
"version": "1.0.7",
"description": "Custom jest transformer to remove flow type annotations using buble",

@@ -11,4 +10,12 @@ "author": "Abhisek Pattnaik <abhisekp@lecturenotes.in> (https://about.me/abhisekp)",

"coveralls": "coveralls < coverage/lcov.info",
"codecov": "codecov -f coverage/lcov.info"
"codecov": "codecov -f coverage/lcov.info",
"build": "rimraf dist/ && rollup -c",
"dev": "rollup -c -w",
"fix": "prettier-eslint --write index.js index.test.js",
"lint": "eslint index.js index.test.js",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand --watch",
"test:debug:win": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch"
},
"main": "dist/buble-jest-flow.cjs.js",
"module": "dist/buble-jest-flow.esm.js",
"bugs": {

@@ -56,6 +63,15 @@ "url": "https://github.com/abhisekp/buble-jest-flow/issues"

"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"flow-bin": "^0.75.0",
"jest": "^23.2.0",
"npmignore": "^0.2.0"
"npmignore": "^0.2.0",
"prettier-eslint": "^8.8.2",
"rollup": "^0.62.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-progress": "^0.4.0",
"rollup-plugin-uglify-es": "^0.0.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet