spotify-uri
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "spotify-uri", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Parse the various Spotify URI formats into Objects and back", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "mocha --reporter spec" | ||
"prebuild": "rimraf dist", | ||
"build": "tsc", | ||
"test": "mocha", | ||
"test-lint": "eslint src --ext .js,.ts", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -28,4 +36,19 @@ "repository": { | ||
"devDependencies": { | ||
"mocha": "6" | ||
"@types/node": "^12.12.11", | ||
"@typescript-eslint/eslint-plugin": "1.6.0", | ||
"@typescript-eslint/parser": "1.1.0", | ||
"eslint": "5.16.0", | ||
"eslint-config-airbnb": "17.1.0", | ||
"eslint-config-prettier": "4.1.0", | ||
"eslint-import-resolver-typescript": "1.1.1", | ||
"eslint-plugin-import": "2.16.0", | ||
"eslint-plugin-jsx-a11y": "6.2.1", | ||
"eslint-plugin-react": "7.12.4", | ||
"mocha": "^6.2.2", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
"engines": { | ||
"node": ">= 6" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31285
35
13
491
1