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

figmagic

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

figmagic - npm Package Compare versions

Comparing version 1.0.35 to 1.0.36

6

jest.config.js
module.exports = {
//preset: 'jest-puppeteer',
collectCoverage: true,
coverageDirectory: 'jest-coverage',
testEnvironment: 'node',
transform: {

@@ -7,5 +9,3 @@ '^.+\\.mjs$': 'babel-jest'

moduleFileExtensions: ['js', 'mjs'],
rootDir: '__tests__/',
//setupFilesAfterEnv: '<rootDir>/setup.js',
testMatch: ['**/*.test.+(js|mjs)']
};

@@ -17,3 +17,3 @@ {

},
"version": "1.0.35",
"version": "1.0.36",
"author": "Mikael Vesavuori",

@@ -58,4 +58,4 @@ "contributors": [

"figmagic": "node --experimental-modules index.mjs",
"test": "npx jest"
"test": "jest __tests__ --collectCoverage"
}
}

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