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

@ionic/utils-fs

Package Overview
Dependencies
Maintainers
15
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/utils-fs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.0.2"></a>
## [0.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-fs@0.0.1...@ionic/utils-fs@0.0.2) (2018-10-03)
**Note:** Version bump only for package @ionic/utils-fs
<a name="0.0.1"></a>

@@ -8,0 +16,0 @@ ## 0.0.1 (2018-09-05)

23

package.json
{
"name": "@ionic/utils-fs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Filesystem utils for Node",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"prepublishOnly": "npm run build",
"precommit": "lint-staged"
"cli-scripts:pre-commit": "lint-staged"
},

@@ -41,3 +41,3 @@ "lint-staged": {

"dependencies": {
"debug": "^3.1.0",
"debug": "^4.0.0",
"ncp": "^2.0.0",

@@ -56,19 +56,6 @@ "through2": "^2.0.3",

"rimraf": "^2.6.2",
"ts-jest": "^23.0.0",
"ts-jest": "~23.1.0",
"tslint": "^5.9.1",
"typescript": "~3.0.1"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
]
"typescript": "~3.1.1"
}
}
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