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

d3-geo

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3-geo - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.eslintrc

42

package.json
{
"name": "d3-geo",
"version": "0.0.0",
"description": "The functions from src/geo in the d3 repo",
"main": "index.js",
"scripts": {
"build": "smash node_modules/d3/src/start.js node_modules/d3/src/geo/index.js node_modules/d3/src/end.js | uglifyjs - -b -indent-level=2 -o index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"version": "0.0.1",
"description": "",
"keywords": [
"d3",
"geo",
"maps",
"cartography"
],
"homepage": "https://github.com/d3/d3-geo",
"license": "BSD-3-Clause",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"main": "build/d3-geo.js",
"jsnext:main": "index",
"repository": {
"type": "git",
"url": "https://github.com/jfsiii/d3-geo.git"
"url": "https://github.com/d3/d3-geo.git"
},
"keywords": [
"d3",
"geo"
],
"author": "JFSIII",
"license": "ISC",
"scripts": {
"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -n d3_geo -o build/d3-geo.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src",
"prepublish": "npm run test && uglifyjs build/d3-geo.js -c -m -o build/d3-geo.min.js",
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-geo.js ../d3.github.com/d3-geo.v0.0.js && cp build/d3-geo.min.js ../d3.github.com/d3-geo.v0.0.min.js && cd ../d3.github.com && git add d3-geo.v0.0.js d3-geo.v0.0.min.js && git commit -m \"d3-geo ${VERSION}\" && git push && cd - && zip -j build/d3-geo.zip -- LICENSE README.md build/d3-geo.js build/d3-geo.min.js"
},
"devDependencies": {
"d3": "^3.4.4",
"smash": "0.0.12",
"uglify-js": "^2.4.13"
"json2module": "0.0",
"rollup": "0.26",
"tape": "4",
"uglify-js": "2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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