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

ass-compiler

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ass-compiler - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

dist/esm/ass-compiler.js

8

package.json
{
"name": "ass-compiler",
"version": "0.1.12",
"version": "0.1.13",
"type": "module",
"description": "Parses and compiles ASS subtitle format to easy-to-use data structure.",
"main": "dist/ass-compiler.js",
"module": "src/index.js",
"main": "dist/esm/ass-compiler.js",
"module": "dist/esm/ass-compiler.js",
"sideEffects": false,

@@ -22,3 +22,3 @@ "files": [

"bundle": "rollup -c",
"minify": "uglifyjs dist/ass-compiler.js -m -o dist/ass-compiler.min.js",
"minify": "uglifyjs dist/ass-compiler.js -m -o dist/ass-compiler.min.js && uglifyjs dist/esm/ass-compiler.js -m -o dist/esm/ass-compiler.min.js",
"build": "npm run bundle && npm run minify",

@@ -25,0 +25,0 @@ "preversion": "npm test",

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