Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chncrs

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

chncrs - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

10

package.json
{
"name": "chncrs",
"version": "0.1.5",
"version": "0.1.6",
"description": "coordinate transforming of various chinese encrypted coordinate systems such as BAIDU, GCJ02 etc.",

@@ -11,8 +11,8 @@ "license": "WTFPL",

"main": "chncrs.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",
"should": "^8.2.2"
"mocha": "^2.4.5"
},

@@ -19,0 +19,0 @@ "dependencies": {},

@@ -12,3 +12,3 @@ # Chinese Coordinate Transform

```javascript
convertor.**transform**(source, fromCRS, toCRS);
convertor.transform(source, fromCRS, toCRS);
```

@@ -15,0 +15,0 @@

@@ -1,2 +0,2 @@

var convertor = require('../index'),
var convertor = require('../chncrs'),
expect = require('expect.js');

@@ -3,0 +3,0 @@ describe('ProjectionTransform', 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