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

@frui.ts/data

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frui.ts/data - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0-rc.3

dist/index.es.js

21

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Helpers and interfaces for handling paged and sorted data sets",

@@ -25,14 +25,21 @@ "keywords": [

"license": "MIT",
"type": "module",
"files": [
"dist"
],
"main": "./dist/fruits-data.umd.js",
"module": "./dist/fruits-data.es.js",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/fruits-data.es.js",
"require": "./dist/fruits-data.umd.js"
"import": {
"default": "./dist/index.es.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
}
},
"types": "./dist/index.d.ts",
"scripts": {

@@ -42,3 +49,3 @@ "clean": "rimraf dist",

},
"gitHead": "0a6acd2dea7f4c925c56aae7717802e3b8aa7e7a"
"gitHead": "4db51a5b0ed16c0768277482482372c579678bd8"
}
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