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

disklet

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disklet - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

disklet.podspec

5

CHANGELOG.md
# Disklet
## 0.4.1 (2019-03-28)
- Add `disklet.podspec` file for iOS React Native.
- Simplify `build.gradle` file for Android React Native.
## 0.4.0 (2019-03-21)

@@ -4,0 +9,0 @@

24

package.json
{
"name": "disklet",
"version": "0.4.0",
"version": "0.4.1",
"description": "A tiny, composable filesystem API",
"homepage": "https://github.com/EdgeApp/disklet",
"repository": {

@@ -19,4 +20,5 @@ "type": "git",

"CHANGELOG.md",
"ios/*.h",
"ios/*.m",
"disklet.podspec",
"ios/Disklet.h",
"ios/Disklet.m",
"ios/Disklet.xcodeproj",

@@ -35,6 +37,6 @@ "ios/Disklet.xcworkspace",

"build": "rimraf lib && rollup -c",
"precommit": "lint-staged && flow && npm test",
"flow": "flow",
"format": "import-sort -l --write '*.js' 'src/**/*.js' 'test/**/*.js'; prettier-eslint --write '*.js' 'src/**/*.js' 'test/**/*.js'",
"lint": "eslint '*.js' 'src/**/*.js' 'test/**/*.js'",
"precommit": "lint-staged && flow && npm test",
"prepare": "npm run build",

@@ -44,2 +46,9 @@ "pretest": "rollup -c test/rollup.config.js",

},
"lint-staged": {
"*.js": [
"eslint",
"import-sort --list-different",
"prettier-eslint --list-different"
]
},
"dependencies": {

@@ -85,10 +94,3 @@ "rfc4648": "^0.9.1"

},
"lint-staged": {
"*.js": [
"eslint",
"import-sort --list-different",
"prettier-eslint --list-different"
]
},
"react-native": "lib/disklet.rn.js"
}

Sorry, the diff of this file is not supported yet

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