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

ass-stringify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ass-stringify - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -14,3 +14,3 @@ 'use strict';

properties: function (properties, format) {
return properties.key + ': ' + pickValues(properties.value, format).join(', ');
return properties.key + ': ' + pickValues(properties.value, format).join(',');
},

@@ -17,0 +17,0 @@ raw: function (raw) {

{
"name": "ass-stringify",
"version": "0.1.1",
"version": "0.1.2",
"description": "Stringify ass-parser parse tree to plain SSA/ASS subtitle format",

@@ -5,0 +5,0 @@ "author": "Eugene Sharygin <eush77@gmail.com>",

@@ -25,2 +25,6 @@ [![npm](https://nodei.co/npm/ass-stringify.png)](https://nodei.co/npm/ass-stringify/)

## Related
- [ass-parser](https://www.npmjs.com/packages/ass-parser) - SSA/ASS parser.
## Install

@@ -27,0 +31,0 @@

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