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

@elastic.io/jsonata-moment

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/jsonata-moment - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

8

package.json
{
"name": "@elastic.io/jsonata-moment",
"version": "1.0.3",
"version": "1.0.5",
"description": "Moment support for JSONata",

@@ -9,3 +9,4 @@ "main": "dist/jsonata-moment.js",

"prepublishOnly": "npm test",
"build": "npm run clean && mkdir -p dist && npm run browserify",
"build": "npm run clean && mkdir -p dist && npm run browserify && npm run babel && npm run minify",
"babel": "babel --out-file dist/jsonata-moment.js dist/jsonata-moment.js",
"browserify": "browserify src/jsonata-moment.js --outfile dist/jsonata-moment.js --standalone jsonataMoment",

@@ -18,2 +19,5 @@ "minify": "uglifyjs dist/jsonata-moment.js -o dist/jsonata-moment.min.js --compress --mangle",

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"browserify": "^14.4.0",

@@ -20,0 +24,0 @@ "chai": "^4.1.1",

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