crypto-news-api
Advanced tools
Comparing version 1.0.4 to 1.0.7
{ | ||
"name": "crypto-news-api", | ||
"description": "API to get a crypto newsfeed in your app", | ||
"main": "dist/index.js", | ||
"main": "dist/bundle.js", | ||
"authors": [ | ||
@@ -21,3 +21,9 @@ "Steven Enamakel <enamakel@cryptocontrol.io>" | ||
"tests" | ||
] | ||
], | ||
"dependencies": { | ||
"qs": "^0.4.8", | ||
"isomorphic-fetch": "^2.2.1", | ||
"bluebird": "^3.5.1", | ||
"debug": "*" | ||
} | ||
} |
{ | ||
"name": "crypto-news-api", | ||
"version": "1.0.4", | ||
"version": "1.0.7", | ||
"description": "API to get a crypto newsfeed in your app", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/node/index.node.js", | ||
"types": "dist/node/index.node.d.ts", | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "rimraf dist; webpack; tsc" | ||
}, | ||
@@ -28,5 +28,11 @@ "repository": { | ||
"@types/debug": "0.0.30", | ||
"@types/isomorphic-fetch": "^0.0.34", | ||
"@types/node-fetch": "^1.6.9", | ||
"@types/qs": "^6.5.1", | ||
"typescript": "^2.8.3" | ||
"@types/whatwg-fetch": "^0.0.33", | ||
"exports-loader": "^0.7.0", | ||
"rimraf": "^2.6.2", | ||
"ts-loader": "^4.3.0", | ||
"typescript": "^2.8.3", | ||
"webpack": "^4.8.3", | ||
"webpack-cli": "^2.1.4" | ||
}, | ||
@@ -36,6 +42,7 @@ "dependencies": { | ||
"debug": "^3.1.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"es6-promises": "^1.0.10", | ||
"node-fetch": "^2.1.2", | ||
"qs": "^6.5.2" | ||
"qs": "^6.5.2", | ||
"whatwg-fetch": "^2.0.4" | ||
} | ||
} |
@@ -7,7 +7,20 @@ { | ||
], | ||
"types": [ | ||
"node" | ||
], | ||
"module": "commonjs", | ||
"declaration": true, | ||
"outDir": "./dist", | ||
"noImplicitAny": true, | ||
"removeComments": true, | ||
"outDir": "./dist/node", | ||
"strict": true | ||
} | ||
}, | ||
"files": [ | ||
"index.node.ts" | ||
], | ||
"exclude": [ | ||
"index.browser.ts", | ||
"node_modules", | ||
"test.ts" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
681285
52
10034
6
11
3
6
+ Addedes6-promises@^1.0.10
+ Addedwhatwg-fetch@^2.0.4
+ Addedes6-promises@1.0.10(transitive)
+ Addedwhatwg-fetch@2.0.4(transitive)
- Removedisomorphic-fetch@^2.2.1
- Removedencoding@0.1.13(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)