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

ng-diff-match-patch

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-diff-match-patch - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/diff.directive.d.ts

8

package.json
{
"name": "ng-diff-match-patch",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Diff-Match-Patch component for your Angular 2 + applications",

@@ -9,5 +9,9 @@ "main": "diffMatchPatch.bundle.js",

"types": "diffMatchPatch.module.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig-esm.json && rollup -c rollup.config.js dist/diffMatchPatch.module.js > dist/diffMatchPatch.bundle.js && cp package.json dist && ngc && cp README.md dist",
"test": "karma start karma.conf.js"
"test": "karma start karma.conf.js",
"npmpublish": "cd dist && npm publish"
},

@@ -14,0 +18,0 @@ "repository": {

@@ -0,0 +0,0 @@ Ng-Diff-Match-Patch

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