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

data-sort

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-sort - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

4

index.js

@@ -5,5 +5,5 @@ /* eslint-disable */

if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/sort.production.min.js');
module.exports = require('./cjs/data-sort.production.min.js');
} else {
module.exports = require('./cjs/sort.development.js');
module.exports = require('./cjs/data-sort.development.js');
}
{
"name": "data-sort",
"description": "Data engine is small data management lib for some sort and filter.",
"version": "0.1.0",
"version": "0.1.2",
"keywords": [

@@ -6,0 +6,0 @@ "Sort"

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