Socket
Socket
Sign inDemoInstall

grid-template-parser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grid-template-parser - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

dist/GridTemplateParser.js

17

package.json
{
"name": "grid-template-parser",
"version": "0.3.0",
"version": "0.3.1",
"description": "A simple CSS Grid template parser",
"main": "lib/index.js",
"files": [
"lib"
"lib",
"dist"
],
"scripts": {
"test": "jest",
"build": "cross-env BABEL_ENV=commonjs babel src --ignore __tests__ --out-dir lib",
"clean": "rimraf lib coverage",
"build": "npm run build:commonjs && npm run build:umd && npm run build:umd:min",
"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",
"clean": "rimraf lib dist coverage",
"lint": "npm run lint:flow",

@@ -36,2 +40,3 @@ "lint:flow": "flow check || exit 0",

"babel-jest": "^19.0.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",

@@ -43,4 +48,6 @@ "babel-preset-es2015": "^6.24.0",

"jest": "^19.0.2",
"rimraf": "^2.6.1"
"path": "^0.12.7",
"rimraf": "^2.6.1",
"webpack": "^2.3.2"
}
}
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