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

angular2-cookie-law

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-cookie-law - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

.editorconfig

2

index.d.ts

@@ -1,1 +0,1 @@

export * from './src/cookie-law.module';
export * from './lib/cookie-law.module';

@@ -5,2 +5,2 @@ "use strict";

}
__export(require("./src/cookie-law.module"));
__export(require("./lib/cookie-law.module"));
{
"name": "angular2-cookie-law",
"version": "0.2.0",
"version": "0.3.0",
"description": "Angular2 component that provides a banner to inform users about cookie law",
"main": "index.js",
"scripts": {
"prebuild": "rm -rf lib",
"build": "rollup -c -f umd -o lib/angular2-cookie-law.umd.js",
"build": "tsc -p tsconfig-tsc.json",
"build_prod": "npm run clean && npm run inline && npm run ngc && npm run build && npm run rollup",
"clean": "rm -rf lib && mkdir lib",
"commit": "git-cz",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"inline": "ng2-inline -o lib -f -b src src/**/*.ts",
"lint": "tslint -c tslint.json src/**/*.ts",
"ngc": "ngc -p tsconfig-ngc.json",
"precommit": "npm run lint && npm run test:headless",
"rollup": "rollup -c",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",

@@ -38,2 +42,3 @@ "test:headless": "karma start --browsers PhantomJS",

"@angular/compiler": "2.4.1",
"@angular/compiler-cli": "2.4.1",
"@angular/core": "2.4.1",

@@ -47,5 +52,6 @@ "@angular/platform-browser": "2.4.1",

"@types/webpack": "1.12.34",
"angular2-inline-template-style": "1.0.0",
"angular2-template-loader": "0.6.0",
"awesome-typescript-loader": "2.2.4",
"codelyzer": "2.0.0-beta.4",
"codelyzer": "2.0.0",
"commitizen": "2.9.5",

@@ -56,5 +62,5 @@ "core-js": "2.4.1",

"husky": "0.13.1",
"istanbul-instrumenter-loader": "1.2.0",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.5.2",
"karma": "1.3.0",
"karma": "1.4.1",
"karma-chrome-launcher": "2.0.0",

@@ -67,15 +73,16 @@ "karma-coverage": "1.1.1",

"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.1",
"karma-webpack": "2.0.2",
"raw-loader": "0.5.1",
"rollup": "^0.41.4",
"rollup-plugin-sourcemaps": "^0.4.1",
"rollup-plugin-typescript": "^0.8.1",
"rxjs": "5.0.2",
"rollup": "0.41.4",
"rollup-plugin-angular": "0.4.4",
"rollup-plugin-sourcemaps": "0.4.1",
"rollup-plugin-typescript": "0.8.1",
"rxjs": "5.1.0",
"semantic-release": "6.3.2",
"source-map-loader": "0.1.5",
"ts-helpers": "1.1.2",
"tslint": "3.15.1",
"typescript": "2.1.1",
"tslint": "4.0.0",
"typescript": "2.0.6",
"webpack": "2.2.0",
"zone.js": "0.6.26"
"zone.js": "0.7.2"
},

@@ -82,0 +89,0 @@ "config": {

@@ -32,3 +32,3 @@ [![Build Status](https://travis-ci.org/andreasonny83/angular2-cookie-law.svg?branch=master)](https://travis-ci.org/andreasonny83/angular2-cookie-law)

# To get the latest stable version and update package.json file:
npm install angular2-cookie-law --save
$ npm install angular2-cookie-law --save
```

@@ -39,3 +39,3 @@

```bash
yarn add angular2-cookie-law
$ yarn add angular2-cookie-law
```

@@ -145,3 +145,4 @@

```bash
npm install
$ cd demo
$ npm install
```

@@ -151,3 +152,3 @@ Or Yarn with:

```bash
yarn install
$ yarn install
```

@@ -158,3 +159,3 @@

```bash
npm start
$ npm start
```

@@ -161,0 +162,0 @@

@@ -6,7 +6,18 @@ {

"moduleResolution": "node",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["dom", "es6"],
"sourceMap": true,
"baseUrl": "./src",
"lib": ["dom", "es6"],
"pretty": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noFallthroughCasesInSwitch": true,
"typeRoots": [
"node_modules/@types"
],
"types": [

@@ -17,2 +28,3 @@ "jasmine",

"source-map",
"uglify-js",
"webpack"

@@ -19,0 +31,0 @@ ]

Sorry, the diff of this file is not supported yet

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