Socket
Socket
Sign inDemoInstall

terraformer-wkt-parser

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terraformer-wkt-parser - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

bower.json

23

package.json
{
"name": "terraformer-wkt-parser",
"version": "0.2.0",
"version": "1.0.0",
"description": "Well-Known Text parser",
"main": "index.js",
"main": "terraformer-wkt-parser.js",
"directories": {

@@ -10,7 +10,7 @@ "test": "test"

"scripts": {
"test": "vows --spec"
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:esri/Terraformer.git"
"url": "git@github.com:Esri/terraformer-wkt-parser.git"
},

@@ -22,10 +22,17 @@ "keywords": [

],
"author": "",
"author": "Jerry Sievert <code@legitimatesounding.com> (http://legitimatesounding.com)",
"license": "MIT",
"dependencies": {
"terraformer": "latest"
"terraformer": "~0.1.7"
},
"devDependencies": {
"vows": "~0.7.0"
}
"vows": "~0.7.0",
"grunt": "0.4.x",
"jison": "~0.3.12",
"grunt-contrib-uglify": "~0.2.2",
"grunt-vows": "~0.4.0",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-jasmine-node": "git://github.com/magicmoose/grunt-jasmine-node.git",
"grunt-template-jasmine-istanbul": "~0.2.4"
}
}
var vows = require('vows'),
assert = require('assert'),
wkt = require('../parser');
wkt = require('../terraformer-wkt-parser');

@@ -120,3 +120,3 @@

}
},
}
}).export(module);
var vows = require('vows'),
assert = require('assert'),
wkt = require('../index');
wkt = require('../terraformer-wkt-parser');

@@ -92,3 +92,3 @@ var fs = require('fs');

}
},
}
}).export(module);
var vows = require('vows'),
assert = require('assert'),
wkt = require('../parser');
wkt = require('../terraformer-wkt-parser');

@@ -289,3 +289,3 @@ var fs = require('fs');

}
},
}
}).export(module);

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