Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "ng2-api", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Angular2 API services", | ||
"main": "src/ng2-api.js", | ||
"typings": "src/ng2-api.d.ts", | ||
"main": "dist/ng2-api.js", | ||
"typings": "dist/ng2-api.d.ts", | ||
"scripts": { | ||
@@ -13,4 +13,3 @@ "clean": "rimraf typings src/*.{js,d.ts}", | ||
"test:w": "karma start --no-single-run --auto-watch", | ||
"prepublish": "npm run build && npm test", | ||
"postinstall": "npm run build" | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -17,0 +16,0 @@ "keywords": [ |
@@ -11,3 +11,4 @@ { | ||
"noImplicitAny": true, | ||
"target": "es5" | ||
"target": "es5", | ||
"outDir": "./dist" | ||
}, | ||
@@ -14,0 +15,0 @@ "exclude": [ |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
40733
25
586
0