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

node-marquee

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-marquee - npm Package Compare versions

Comparing version 1.0.10 to 1.0.14

cdn/index.js

6

package.json
{
"name": "node-marquee",
"version": "1.0.10",
"version": "1.0.14",
"description": "Custom Marquee element with JavaScript",
"main": "dist/index.js",
"browser": "dist/cdn/index.js",
"types": "dist/types/types.d.ts",

@@ -14,4 +15,5 @@ "scripts": {

"docs:types": "./node_modules/.bin/jsdoc -c jsdoc/jsdoc.types.json && node jsdoc/exportJsDoc.js",
"prepare": "npm version patch && npm run prepare:cjs && npm run docs && npm run build",
"prepare": "npm run prepare:cjs && npm run docs && npm run build && npm run prepare:cdn",
"prepare:cjs": "NODE_ENV=cjs babel ./src --out-dir ./dist",
"prepare:cdn": "NODE_ENV=production webpack --config ./webpack/webpack.cdn.conf.js",
"release": "npm publish"

@@ -18,0 +20,0 @@ },

Sorry, the diff of this file is not supported yet

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