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

angular-pipes

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-pipes - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

.npmignore

2

index.d.ts

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

export * from './dist/src';
export * from './src';
{
"name": "angular-pipes",
"version": "5.0.5",
"version": "5.0.6",
"description": "Angular 2 pipes library",
"files": [
"dist",
"index.d.ts",
"src"
],
"main": "dist/src/index.js",
"main": "src/index.js",
"scripts": {

@@ -16,3 +10,4 @@ "prepublish": "node_modules/.bin/gulp clean && npm run tsc",

"karma": "node_modules/.bin/karma start karma.conf.js",
"test": "npm run tsc && npm run karma"
"test": "npm run tsc && npm run karma",
"ngc": "node_modules/.bin/ngc -p tsconfig.json"
},

@@ -36,3 +31,6 @@ "author": "Florian Knop",

"devDependencies": {
"@angular/compiler": "^2.1.2",
"@angular/compiler-cli": "^2.1.2",
"@angular/core": "^2.1.0",
"@angular/platform-server": "^2.1.2",
"@types/core-js": "^0.9.34",

@@ -39,0 +37,0 @@ "@types/jasmine": "^2.5.37",

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