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

safe-pipe

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-pipe - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

.editorconfig

9

index.ts

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

import { NgModule } from '@angular/core';
import { SafePipe } from './src/safe-pipe';
@NgModule({
declarations: [ SafePipe ],
exports: [ SafePipe ]
})
export class SafePipeModule { }
export * from './src';
{
"name": "safe-pipe",
"version": "0.0.6",
"version": "0.0.7",
"description": "Simple safe pipe for sanitizing your safe content",
"main": "index.ts",
"scripts": {
"build": "tsc"
"build": "tsc",
"prepublish": "npm run build"
},
"files": [
"module": [
"index.ts"

@@ -35,3 +36,6 @@ ],

"typescript": "^2.1.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
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