@fanoutio/grip
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
{ | ||
"name": "@fanoutio/grip", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"author": "Fanout, Inc. <info@fanout.io>", | ||
@@ -16,12 +16,15 @@ "description": "GRIP Interface Library", | ||
], | ||
"main": "./build/index.js", | ||
"module": "./build/index.es.js", | ||
"jsnext:main": "build/index.es.js", | ||
"types": "build/main.d.ts", | ||
"main": "./build/main.js", | ||
"files": [ | ||
"./browser/**/*", | ||
"./build/**/*" | ||
], | ||
"types": "./build/main.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"prepublishOnly": "npm run test && npm run lint && npm run build", | ||
"build": "npm run build-commonjs && npm run build-browser", | ||
"build-commonjs": "npm run build-commonjs:clean && npm run build-commonjs:build", | ||
"build-commonjs:clean": "rimraf build", | ||
"build-commonjs:build": "rollup -c rollup.commonjs.config.js", | ||
"build-commonjs:build": "tsc --outDir build", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"build-browser": "npm run build-browser:clean && npm run build-browser:build", | ||
@@ -31,4 +34,4 @@ "build-browser:clean": "rimraf browser", | ||
"lint": "npm run lint:tslint", | ||
"lint:tslint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'", | ||
"test": "TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register tests/*.ts" | ||
"lint:tslint": "tslint -p tsconfig.json", | ||
"test": "jest --config jestconfig.json" | ||
}, | ||
@@ -49,4 +52,24 @@ "repository": { | ||
], | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^15.0.0", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"@rollup/plugin-replace": "^2.3.3", | ||
"@rollup/plugin-typescript": "^5.0.2", | ||
"@types/jest": "^26.0.10", | ||
"@types/jwt-simple": "^0.5.33", | ||
"@types/node": "^14.6.0", | ||
"jest": "^26.4.0", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.26.4", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"ts-jest": "^26.2.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"agentkeepalive": "^4.1.0", | ||
"agentkeepalive": "^4.1.3", | ||
"isomorphic-fetch": "^2.2.1", | ||
@@ -56,25 +79,3 @@ "jspack": "0.0.4", | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-json": "^4.0.2", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"@rollup/plugin-replace": "^2.3.1", | ||
"@rollup/plugin-typescript": "^3.0.0", | ||
"@types/mocha": "^7.0.2", | ||
"mocha": "^7.1.1", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.32.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.2", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"ts-node": "^8.6.2", | ||
"tslib": "^1.11.1", | ||
"tslint": "^6.1.1", | ||
"typescript": "^3.8.3" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=1.5.0" | ||
} | ||
"license": "MIT" | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
0
2
27364
18
5
0
Updatedagentkeepalive@^4.1.3