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

arel

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arel - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

dist/AliasPredication.js

2

index.js

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

module.exports = require('./lib/Arel');
module.exports = require('./dist/Arel');
{
"name": "arel",
"version": "0.3.1",
"version": "0.3.2",
"description": "arel",

@@ -8,3 +8,3 @@ "main": "index.js",

"test": "jest --coverage",
"build": "rm -rf lib && babel src --out-dir lib --ignore '__tests__/*.js'",
"build": "rm -rf dist && babel src --out-dir dist --ignore '__tests__/*.js'",
"pretest": "npm run build",

@@ -11,0 +11,0 @@ "prepublish": "npm run test"

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