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

@akashic/akashic-engine

Package Overview
Dependencies
Maintainers
4
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic/akashic-engine - npm Package Compare versions

Comparing version 2.4.11 to 2.4.12

3

CHANGELOG.md
# ChangeLog
## 2.4.12
* 内部で使用しているテストフレームワークの変更
## 2.4.11

@@ -4,0 +7,0 @@

10

package.json
{
"name": "@akashic/akashic-engine",
"version": "2.4.11",
"version": "2.4.12",
"description": "The core library of Akashic Engine",

@@ -10,5 +10,3 @@ "main": "index.js",

"del": "~0.1.3",
"istanbul": "^0.3.2",
"jasmine": "^2.1.1",
"jasmine-reporters": "~2.0.4",
"jest": "^24.1.0",
"renamer": "^0.6.1",

@@ -33,5 +31,5 @@ "rimraf": "^2.6.1",

"concat:node": "concat scripts/conf/platforms/node/prefix.js lib/main.js scripts/conf/platforms/node/suffix.js -o lib/main.node.js",
"test": "npm run build && npm run test:compile && npm run test:jasmine",
"test": "npm run build && npm run test:compile && npm run test:jest",
"test:compile": "tsc -p ./spec",
"test:jasmine": "istanbul cover --report text --report html --colors -i ./lib/main.node.js ./node_modules/jasmine/bin/jasmine.js",
"test:jest": "jest",
"textlint": "textlint -f pretty-error doc/ && textlint -f pretty-error unreleased-changes/",

@@ -38,0 +36,0 @@ "minify": "npm run build && npm run minify:node && npm run minify:browser",

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