New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular2-swagger-form-field

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-swagger-form-field - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/components.d.ts

7

package.json
{
"name": "angular2-swagger-form-field",
"version": "1.1.1",
"version": "1.1.2",
"description": "Angular 2 module with some components to build a model-driven form using the generated classes from the SwaggerTSGenerator.",
"main": "components.ts",
"scripts": {},
"scripts": {
"build": "tcs",
"deploy-patch": "tsc && npm version patch && npm publish"
},
"keywords": [

@@ -8,0 +11,0 @@ "Swagger",

{
"compilerOptions": {
"declaration": false,
"module": "system",
"target": "es5",
"noImplicitAny": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"outFile": "dist/components.js",
"rootDir": ".",
"sourceMap": true,
"removeComments": false,
"moduleResolution": "node",
"declaration": true,
"lib": [
"es6",
"es2015",
"dom"
],
"skipLibCheck": true,
"mapRoot": "./",
"module": "es6",
"moduleResolution": "node",
"outDir": "../dist/out-tsc",
"sourceMap": true,
"target": "es5",
"typeRoots": [
"../node_modules/@types"
],
"types": [
"jasmine"
]
},
"angularCompilerOptions": {
"genDir": "./src/ngfactory",
"entryModule": "src/app#AppModule"
}
}
"include": [
"src/**/*",
"components.ts"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}
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