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

aim-json-mapper

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aim-json-mapper - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/index.js

4

package.json
{
"name": "aim-json-mapper",
"version": "1.0.1",
"version": "1.0.2",
"description": "数据序列化/反序列化",
"main": "./lib/index.esm.js",
"main": "index.js",
"author": "Graceji",

@@ -7,0 +7,0 @@ "license": "MIT",

@@ -29,5 +29,5 @@ import nodeResolve from '@rollup/plugin-node-resolve';

output: {
file: 'lib/index.esm.js',
file: 'lib/index.js',
format: 'esm',
entryFileNames: '[name].esm.js',
entryFileNames: '[name].js',
},

@@ -34,0 +34,0 @@ plugins: [

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