Socket
Socket
Sign inDemoInstall

grid-template-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

dist/grid-template-parser.js

6

package.json
{
"name": "grid-template-parser",
"version": "0.3.1",
"version": "0.3.2",
"description": "A simple CSS Grid template parser",

@@ -14,4 +14,4 @@ "main": "lib/index.js",

"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --ignore __tests__ --out-dir lib",
"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/GridTemplateParser.js",
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/GridTemplateParser.min.js",
"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack src/index.js dist/grid-template-parser.js",
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/grid-template-parser.min.js",
"clean": "rimraf lib dist coverage",

@@ -18,0 +18,0 @@ "lint": "npm run lint:flow",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc