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

@pzlr/build-core

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pzlr/build-core - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

15

lib/block.js

@@ -0,12 +1,17 @@

'use strict';
const
$C = require('collection.js'),
Sugar = require('sugar'),
path = require('path'),
fs = require('fs-extra-promise'),
fs = require('fs-extra-promise');
const
resolve = require('./resolve'),
Declaration = require('./declaration'),
Sugar = require('sugar'),
$C = require('collection.js');
Declaration = require('./declaration');
const filesCache = {};
async function getFile(path) {
const {mtime} = await fs.statAsync(path);
const
{mtime} = await fs.statAsync(path);

@@ -13,0 +18,0 @@ if (!filesCache[path] || !Sugar.Date.is(mtime, filesCache[path].mtime)) {

@@ -7,3 +7,3 @@ {

"typings": "index.d.ts",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",

@@ -26,3 +26,3 @@ "author": {

"dependencies": {
"collection.js": "^6.1.6",
"collection.js": "^6.1.7",
"fs-extra-promise": "^1.0.1",

@@ -34,2 +34,3 @@ "joi": "^10.6.0",

"@types/fs-extra-promise": "^1.0.2",
"@types/joi": "^10.4.3",
"babel-eslint": "^8.0.1",

@@ -36,0 +37,0 @@ "eslint": "^4.8.0"

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