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.1.4 to 0.1.5

2

package.json
{
"name": "terraformer-wkt-parser",
"version": "0.1.4",
"version": "0.1.5",
"description": "Well-Known Text parser",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,4 +10,4 @@ (function (root, factory) {

}else if(typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(factory);
// AMD. Register as an anonymous module and pass in Terraformer core as a requirement...
define(["terraformer/terraformer"],factory);
} else {

@@ -31,2 +31,7 @@ if (typeof root.Terraformer === "undefined") {

// if we are in AMD terraformer core got passed in as our first requirement so we should set it.
if(arguments[0] && typeof define === 'function' && define.amd) {
this.Terraformer = arguments[0];
}
/* Jison generated parser */

@@ -33,0 +38,0 @@ var parser = (function(){

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