Socket
Socket
Sign inDemoInstall

@xtuc/long

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

dist/long.cjs.js

10

package.json
{
"name": "@xtuc/long",
"version": "4.2.0",
"version": "4.2.1",
"author": "Daniel Wirtz <dcode@dcode.io>",
"description": "A Long class for representing a 64-bit two's-complement integer value.",
"module": "src/long.js",
"main": "src/long.js",
"main": "dist/long.cjs.js",
"repository": {

@@ -20,2 +20,5 @@ "type": "git",

"devDependencies": {
"@babel/cli": "^7.0.0-beta.54",
"@babel/core": "^7.0.0-beta.54",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.54",
"webpack": "^3.10.0"

@@ -37,3 +40,4 @@ },

],
"types": "index.d.ts"
"types": "index.d.ts",
"prepublish": "babel --plugins @babel/plugin-transform-modules-commonjs src/long.js -o dist/long.cjs.js"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc