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

@allmaps/transform

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allmaps/transform - npm Package Compare versions

Comparing version 1.0.0-alpha.6 to 1.0.0-beta.1

dist/gdaltransform.d.ts

23

package.json
{
"name": "@allmaps/transform",
"version": "1.0.0-alpha.6",
"version": "1.0.0-beta.1",
"author": {

@@ -11,9 +11,12 @@ "name": "Bert Spaan",

"type": "module",
"module": "index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"unpkg": "./dist/index.js",
"exports": {
"import": "./index.js"
".": {
"import": "./dist/index.js"
}
},
"files": [
"index.js",
"src"
"dist"
],

@@ -34,8 +37,11 @@ "repository": {

"scripts": {
"test": "mocha && eslint src test"
"build": "tsc",
"tsc": "tsc --watch",
"test": "mocha && eslint dist test",
"pretest": "npm run build"
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"chai": "^4.3.4",
"eslint": "7",
"chai": "^4.3.4",
"mocha": "^8.3.2"

@@ -45,3 +51,4 @@ },

"node": "^14.13.1 || >=16.0.0"
}
},
"gitHead": "ca152db81b018bd5e4ec2b9161f5d3352ed0ee87"
}
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