New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

geobatch

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geobatch - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/array-stream.js

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 1.0.2 (2015-03-10)
#### Bug Fixes
* **all:** switch from traceur to babel for ES6 ([b882beeb](https://github.com/ubilabs/node-geobatch/commit/b882beeb349a157541d1f558385a74e79a3d2a00))
### 1.0.1 (2015-03-09)

@@ -2,0 +10,0 @@

15

package.json
{
"name": "geobatch",
"description": "Batch geocode addresses from multiple sources.",
"version": "1.0.1",
"version": "1.0.2",
"author": {

@@ -14,8 +14,8 @@ "name": "Robert Katzki",

},
"main": "index.js",
"main": "dist",
"scripts": {
"start": "node index.js",
"prepublish": "npm run lint",
"build": "./node_modules/.bin/babel src --out-dir dist",
"prepublish": "npm run lint && npm run build",
"pretest": "npm run lint",
"test": "./node_modules/.bin/_mocha test",
"test": "./node_modules/.bin/babel-node ./node_modules/.bin/_mocha test",
"generatechangelog": "./node_modules/.bin/conventional-changelog-generator",

@@ -30,7 +30,6 @@ "commitchangelog": "git add CHANGELOG.md && git commit -m \"chore(changelog): new version\" && git push origin master",

"flat-file-db": "^0.1.4",
"googlemaps": "^0.1.20",
"traceur": "0.0.85",
"traceur-runner": "^1.0.2"
"googlemaps": "^0.1.20"
},
"devDependencies": {
"babel": "^4.7.5",
"conventional-changelog-generator": "0.0.3",

@@ -37,0 +36,0 @@ "eslint": "^0.15.1",

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