Socket
Socket
Sign inDemoInstall

lines-and-columns

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

dist/lines-and-columns.js

52

package.json
{
"name": "lines-and-columns",
"version": "1.1.1",
"description": "Maps lines and columns to character offsets and back.",
"main": "dist/lines-and-columns.cjs.js",
"jsnext:main": "dist/lines-and-columns.es6.js",
"main": "dist/lines-and-columns.js",
"jsnext:main": "dist/lines-and-columns.mjs",
"scripts": {
"flow": "flow check --all",
"build": "rm -rf dist && rollup -c -f cjs -o dist/lines-and-columns.cjs.js && rollup -c -f es6 -o dist/lines-and-columns.es6.js",
"prebuild": "rm -rf dist",
"build": "rollup -c",
"pretest": "npm run build",
"test": "mocha test.js",
"prepublish": "npm run flow && npm run build"
"test": "mocha",
"prepublish": "npm run flow && npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},

@@ -19,3 +20,3 @@ "files": [

"type": "git",
"url": "git+https://github.com/eventualbuddha/lines-and-columns.git"
"url": "https://github.com/eventualbuddha/lines-and-columns.git"
},

@@ -35,15 +36,24 @@ "keywords": [

"babel": "^6.5.2",
"babel-plugin-syntax-class-properties": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-es2015-block-scoping": "^6.7.0",
"babel-plugin-transform-es2015-classes": "^6.6.5",
"babel-plugin-transform-es2015-destructuring": "^6.6.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-plugin-transform-strict-mode": "^6.6.5",
"mocha": "^2.4.5",
"rollup": "^0.25.4",
"rollup-plugin-babel": "^2.4.0"
}
}
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-es2015-block-scoping": "^6.10.1",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-strict-mode": "^6.8.0",
"cz-conventional-changelog": "^1.1.6",
"flow-bin": "^0.27.0",
"mocha": "^2.5.3",
"rollup": "^0.33.0",
"rollup-plugin-babel": "^2.6.1",
"semantic-release": "^4.3.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": "1.1.2"
}
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