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

mips-core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mips-core - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

build/assembler/index.d.ts

5

package.json
{
"name": "mips-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "MIPS Assembler Simulator Inspired by MARS",
"main": "build/mips-core.js",
"types": "build/index.d.ts",
"scripts": {
"prebuild": "rm -rf build",
"prebuild": "rm -rf build && tsc --emitDeclarationOnly",
"build": "webpack",

@@ -9,0 +10,0 @@ "test": "nyc mocha"

8

src/index.ts

@@ -1,4 +0,4 @@

export * from 'assembler';
export * from 'instruction';
export * from 'hardware';
export * from 'simulator';
export * from './assembler';
export * from './instruction';
export * from './hardware';
export * from './simulator';

@@ -8,2 +8,4 @@ {

"moduleResolution": "node",
"declaration": true,
"outDir": "build",
"noImplicitAny": true,

@@ -10,0 +12,0 @@ "strict": true,

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