Comparing version 0.1.0 to 0.7.0
{ | ||
"name": "navi", | ||
"description": "page navigation library", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/giuliandrimba/navi", | ||
"author": { | ||
"name": "Giulian Drimba", | ||
"email": "giuliandrimba@hotmail.com", | ||
"url": "http://www.giuliandrimba.com" | ||
}, | ||
"version": "0.7.0", | ||
"description": "Junction-based routing for JavaScript.", | ||
"author": "James K Nelson <james@jamesknelson.com>", | ||
"license": "MIT", | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/es/index.js", | ||
"types": "dist/commonjs/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/giuliandrimba/navi.git" | ||
"url": "https://github.com/frontarm/navi.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/giuliandrimba/navi/issues" | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"build:commonjs": "tsc --pretty --declaration --module commonjs --outDir dist/commonjs", | ||
"build:es": "tsc --pretty --declaration --module es2015 --outDir dist/es", | ||
"build:umd": "tsc --pretty --declaration --module es2015 --outDir dist/umd-intermediate && cross-env NODE_ENV=development rollup -c -o dist/umd/navi.js && rimraf dist/umd-intermediate", | ||
"build:umd:min": "tsc --pretty --declaration --module es2015 --outDir dist/umd-intermediate && cross-env NODE_ENV=production rollup -c -o dist/umd/navi.min.js && rimraf dist/umd-intermediate", | ||
"build": "npm run build:es && npm run build:commonjs && npm run build:umd && npm run build:umd:min", | ||
"build:watch": "npm run clean && npm run build:es -- --watch", | ||
"prepublish": "npm run clean && npm run build && npm run test", | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/giuliandrimba/navi/blob/master/LICENSE-MIT" | ||
} | ||
"keywords": [ | ||
"navi", | ||
"navigation", | ||
"router", | ||
"routing", | ||
"static" | ||
], | ||
"main": "./index", | ||
"engines": { | ||
"node": "~0.6.15" | ||
"devDependencies": { | ||
"@types/jest": "^22.1.0", | ||
"cross-env": "^5.0.5", | ||
"history": "^4.7.2", | ||
"jest": "^22.1.4", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.50.0", | ||
"rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"ts-jest": "^22.0.1", | ||
"typescript": "2.8.1" | ||
}, | ||
"dependencies": { | ||
"@types/history": "^4.6.2", | ||
"history": "^4.7.2" | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"devDependencies": { | ||
}, | ||
"keywords": [], | ||
"_npmUser": { | ||
"name": "giuliandrimba", | ||
"email": "giuliandrimba@hotmail.com" | ||
}, | ||
"_id": "navi@0.1.0", | ||
"optionalDependencies": {}, | ||
"_engineSupported": true, | ||
"_npmVersion": "1.1.16", | ||
"_nodeVersion": "v0.6.15", | ||
"_defaultsLoaded": true, | ||
"_from": "navi" | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"testEnvironment": "node", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json" | ||
], | ||
"globals": { | ||
"ts-jest": { | ||
"skipBabel": true | ||
} | ||
} | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance 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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
544637
179
9961
2
10
1
3
1
19
2
+ Added@types/history@^4.6.2
+ Addedhistory@^4.7.2
+ Added@babel/runtime@7.26.0(transitive)
+ Added@types/history@4.7.11(transitive)
+ Addedhistory@4.10.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedresolve-pathname@3.0.0(transitive)
+ Addedtiny-invariant@1.3.3(transitive)
+ Addedtiny-warning@1.0.3(transitive)
+ Addedvalue-equal@1.0.1(transitive)