Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng2-api

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-api - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

dist/api-config.d.ts

9

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc